Fix mac pathing

pull/596/head
Andrew Kahr 2023-11-14 17:29:18 -08:00
parent e002cd5768
commit 778378d1b0
1 changed files with 1 additions and 1 deletions

View File

@ -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"