Browse Source

Merge pull request #2698 from Calinou/clarify-exporting-cli-pck

Clarify exporting a PCK from the command-line
Chris Bradfield 6 years ago
parent
commit
e200c7c152
1 changed files with 3 additions and 6 deletions
  1. 3 6
      getting_started/workflow/export/exporting_projects.rst

+ 3 - 6
getting_started/workflow/export/exporting_projects.rst

@@ -149,12 +149,9 @@ called "Windows Desktop" and the template can be found.
 The output path is relative to the project path or absolute;
 it does not respect the directory the command was invoked from.
 
-You can also configure it to export only the PCK or ZIP file (allowing
-a single export to be used with multiple Godot executables). This
-takes place if:
-
- - the export preset is not marked as runnable,
- - the target name ends with ``.pck`` or ``.zip``.
+You can also configure it to export only the PCK or ZIP file, allowing
+a single export to be used with multiple Godot executables.
+This takes place if the target name ends with ``.pck`` or ``.zip``.
 
 It is often useful to combine the ``--export`` flag with the ``--path``
 flag, and to create a dedicated export preset for automated export: