Fix mac pathing
parent
e002cd5768
commit
778378d1b0
|
@ -4,7 +4,7 @@
|
|||
# Create directories for license activation
|
||||
#
|
||||
|
||||
$UNITY_LICENSE_PATH="/Library/Application\ Support/Unity"
|
||||
UNITY_LICENSE_PATH="/Library/Application Support/Unity"
|
||||
|
||||
if [ -d "$UNITY_LICENSE_PATH"]
|
||||
sudo mkdir "$UNITY_LICENSE_PATH"
|
||||
|
|
Loading…
Reference in New Issue