Fixed manualExit option on Mac machines (#619)

This commit is contained in:
Paul FIGIEL
2024-01-13 08:41:19 +01:00
committed by GitHub
parent ff23166e30
commit 5ba81971e2
4 changed files with 4 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ echo ""
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
-logFile - \
-quit \
$( [ "${MANUAL_EXIT}" == "true" ] || echo "-quit" ) \
-batchmode \
-nographics \
-username "$UNITY_EMAIL" \