Skip to content

Commit

Permalink
rename godot to godot3
Browse files Browse the repository at this point in the history
  • Loading branch information
macalimlim committed Nov 5, 2023
1 parent 1e9f8ce commit 1d2ccc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 1d2ccc3

Please sign in to comment.