mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
make StandaloneOSX app runnable
This commit is contained in:
parent
938926799f
commit
c68bdf8177
@ -123,6 +123,11 @@ else
|
|||||||
echo "Build failed, with exit code $BUILD_EXIT_CODE";
|
echo "Build failed, with exit code $BUILD_EXIT_CODE";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add permissions to make app runnable
|
||||||
|
if [[ "$BUILD_TARGET" == "StandaloneOSX" ]]; then
|
||||||
|
chmod +x $BUILD_PATH_FULL/StandaloneOSX.app/Contents/MacOS/*
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Results
|
# Results
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user