mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
More syntax fixes
This commit is contained in:
parent
778378d1b0
commit
458ca489c0
4
dist/platforms/mac/entrypoint.sh
vendored
4
dist/platforms/mac/entrypoint.sh
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user