From 1d2ccc3d5520aab553ab8cf5a45337d132844567 Mon Sep 17 00:00:00 2001 From: Michael Angelo Calimlim Date: Sun, 5 Nov 2023 19:07:51 +0800 Subject: [PATCH] rename godot to godot3 --- Makefile.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 4870d97..fe3aef8 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -174,7 +174,7 @@ dependencies = ["build-{{build_target}}-{{target_type}}"] script_runner = "@shell" script = ''' cd ../godot/ -godot {{export_arg}} "{{export_target}}.{{build_target}}.{{target_type}}" ../{{bin_dir}}/{{build_target}}/{{exported_project}} +godot3 {{export_arg}} "{{export_target}}.{{build_target}}.{{target_type}}" ../{{bin_dir}}/{{build_target}}/{{exported_project}} ''' {% endfor -%} {% comment %} static make targets {% endcomment %} @@ -232,7 +232,7 @@ dependencies = ["clean"] [tasks.edit] script_runner = "@shell" script = ''' -godot {{godot_project_path_arg}} -e +godot3 -e --path {{godot_project_path_arg}} ''' [tasks.run-for-linux]