manualExit suppresses -quit, useful for buildMethods with async calls (#574)

* `manualExit` suppresses `-quit`, useful for buildMethods with async calls

* Use boolean
This commit is contained in:
Toby Harris
2023-09-20 22:41:17 +01:00
committed by GitHub
parent 2190fd5667
commit a13443a746
8 changed files with 39 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ echo ""
unity-editor \
-logfile /dev/stdout \
-quit \
$( [ "${MANUAL_EXIT}" == "true" ] || echo "-quit" ) \
-customBuildName "$BUILD_NAME" \
-projectPath "$UNITY_PROJECT_PATH" \
-buildTarget "$BUILD_TARGET" \