mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Fix mac pathing
This commit is contained in:
parent
e002cd5768
commit
778378d1b0
2
dist/platforms/mac/entrypoint.sh
vendored
2
dist/platforms/mac/entrypoint.sh
vendored
@ -4,7 +4,7 @@
|
|||||||
# Create directories for license activation
|
# Create directories for license activation
|
||||||
#
|
#
|
||||||
|
|
||||||
$UNITY_LICENSE_PATH="/Library/Application\ Support/Unity"
|
UNITY_LICENSE_PATH="/Library/Application Support/Unity"
|
||||||
|
|
||||||
if [ -d "$UNITY_LICENSE_PATH"]
|
if [ -d "$UNITY_LICENSE_PATH"]
|
||||||
sudo mkdir "$UNITY_LICENSE_PATH"
|
sudo mkdir "$UNITY_LICENSE_PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user