Add blank project path

pull/326/head
Andrew Kahr 2022-01-26 21:23:57 -08:00
parent f652650b04
commit beb66ba929
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ echo "Requesting activation"
-quit \
-serial "$UNITY_SERIAL" \
-username "$UNITY_EMAIL" \
-password "$UNITY_PASSWORD"
-password "$UNITY_PASSWORD" \
-projectPath "$ACTIVATE_LICENSE_PATH"
# Store the exit code from the verify command
UNITY_EXIT_CODE=$?

View File

@ -9,7 +9,8 @@ pushd "$ACTIVATE_LICENSE_PATH"
-batchmode \
-nographics \
-quit \
-returnlicense
-returnlicense \
-projectPath "$ACTIVATE_LICENSE_PATH"
# Return to previous working directory
popd