godot: update --export example to --export-release (#16429)

This commit is contained in:
rufius
2025-05-09 10:36:39 -07:00
committed by GitHub
parent b731c431e9
commit d983789a56
+2 -2
View File
@@ -15,9 +15,9 @@
`godot {{[-p|--project-manager]}}`
- Export a project for a given export preset (the preset must be defined in the project):
- Export a project for release using a given export preset (the preset must be defined in the project):
`godot --export {{preset}} {{output_path}}`
`godot --export-release {{preset}} {{output_path}}`
- Execute a standalone GDScript file (the script must inherit from `SceneTree` or `MainLoop`):