firebelley / godot-export

Automatically exports your Godot games.
MIT License
460 stars 53 forks source link

fix: Rename --export flag to --export-release #95

Closed AntonioDell closed 1 year ago

AntonioDell commented 1 year ago

Godot 4 beta 5 changed the --export flag to be more explicit about what is happening (see https://github.com/godotengine/godot/pull/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!

The following test build was done with these changes: https://github.com/AntonioDell/godot-export/releases/tag/v7-test