Fix mac pathing

This commit is contained in:
Andrew Kahr 2023-11-14 17:29:18 -08:00
parent e002cd5768
commit 778378d1b0

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"