diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index 0e2a2b24..f437e9e8 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -6,10 +6,10 @@ UNITY_LICENSE_PATH="/Library/Application Support/Unity" -if [ -d "$UNITY_LICENSE_PATH"] +if [ -d "$UNITY_LICENSE_PATH"]; then sudo mkdir "$UNITY_LICENSE_PATH" sudo chmod -R 777 "$UNITY_LICENSE_PATH" -fi +fi; ACTIVATE_LICENSE_PATH="$ACTION_FOLDER/BlankProject" mkdir -p "$ACTIVATE_LICENSE_PATH"