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:
parent
b731c431e9
commit
d983789a56
1 changed files with 2 additions and 2 deletions
|
@ -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`):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue