Skip to content

Commit

Permalink
fix: Rename --export flag to --export-release (#95)
Browse files Browse the repository at this point in the history
Godot 4 beta 5 changed the --export flag to be more explicit about what is happening (see godotengine/godot#60273).
By doing this, the godot-export action would not work when being used with Godot 4 beta 5 and upwards.
This fix will break compatibility with Godot 4 beta 4 and below!
  • Loading branch information
AntonioDell authored Nov 18, 2022
1 parent 93a5624 commit dcea5e5
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 663 deletions.
4 changes: 4 additions & 0 deletions dist/editor_settings-4.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[gd_resource type="EditorSettings" format=2]

[resource]
export/android/android_sdk_path = "/usr/local/lib/android/sdk"
Loading

0 comments on commit dcea5e5

Please sign in to comment.