1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 03:26:02 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,9 +15,9 @@
`godot {{[-p|--project-manager]}}` `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`): - Execute a standalone GDScript file (the script must inherit from `SceneTree` or `MainLoop`):