From f5b23d8f212211908a0d3b80a2296efb459fb141 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Wed, 26 Jan 2022 15:39:17 -0800 Subject: [PATCH] fix missing current directory --- dist/platforms/mac/entrypoint.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dist/platforms/mac/entrypoint.sh b/dist/platforms/mac/entrypoint.sh index 29928529..268f2237 100755 --- a/dist/platforms/mac/entrypoint.sh +++ b/dist/platforms/mac/entrypoint.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -pwd - # # Create directory for license activation # @@ -12,9 +10,9 @@ sudo chmod -R 777 /Library/Application\ Support/Unity # # Run steps # -source /steps/activate.sh -source /steps/build.sh -source /steps/return_license.sh +source ./steps/activate.sh +source ./steps/build.sh +source ./steps/return_license.sh # # Remove license activation directory