diff --git a/dist/platforms/mac/steps/activate.sh b/dist/platforms/mac/steps/activate.sh index ca9d0dd4..4a6d2e6f 100755 --- a/dist/platforms/mac/steps/activate.sh +++ b/dist/platforms/mac/steps/activate.sh @@ -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=$? diff --git a/dist/platforms/mac/steps/return_license.sh b/dist/platforms/mac/steps/return_license.sh index af937595..67db4182 100755 --- a/dist/platforms/mac/steps/return_license.sh +++ b/dist/platforms/mac/steps/return_license.sh @@ -9,7 +9,8 @@ pushd "$ACTIVATE_LICENSE_PATH" -batchmode \ -nographics \ -quit \ - -returnlicense + -returnlicense \ + -projectPath "$ACTIVATE_LICENSE_PATH" # Return to previous working directory popd