Skip to content

Commit

Permalink
Add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 15, 2023
1 parent 80d2736 commit 06b3d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/platforms/mac/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
UNITY_LICENSE_PATH="/Library/Application Support/Unity"

if [ -d "$UNITY_LICENSE_PATH" ]; then
echo "Creating Unity License Directory"
sudo mkdir -p "$UNITY_LICENSE_PATH"
sudo chmod -R 777 "$UNITY_LICENSE_PATH"
fi;
Expand Down

0 comments on commit 06b3d91

Please sign in to comment.