From 778378d1b0877d54962842b85462f9f39446e2b8 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:29:18 -0800 Subject: [PATCH] Fix mac pathing --- dist/platforms/mac/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index ccfac037..0e2a2b24 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -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"