mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Add debug print
This commit is contained in:
parent
80d273634a
commit
06b3d915c9
1
dist/platforms/mac/entrypoint.sh
vendored
1
dist/platforms/mac/entrypoint.sh
vendored
@ -7,6 +7,7 @@
|
||||
UNITY_LICENSE_PATH="/Library/Application Support/Unity"
|
||||
|
||||
if [ -d "$UNITY_LICENSE_PATH" ]; then
|
||||
echo "Creating Unity License Directory"
|
||||
sudo mkdir -p "$UNITY_LICENSE_PATH"
|
||||
sudo chmod -R 777 "$UNITY_LICENSE_PATH"
|
||||
fi;
|
||||
|
Loading…
Reference in New Issue
Block a user