Adding logging before updating permissions
parent
c68bdf8177
commit
229b0d02f8
|
@ -125,7 +125,9 @@ fi
|
||||||
|
|
||||||
# Add permissions to make app runnable
|
# Add permissions to make app runnable
|
||||||
if [[ "$BUILD_TARGET" == "StandaloneOSX" ]]; then
|
if [[ "$BUILD_TARGET" == "StandaloneOSX" ]]; then
|
||||||
chmod +x $BUILD_PATH_FULL/StandaloneOSX.app/Contents/MacOS/*
|
ADD_PERMISSIONS_PATH=$BUILD_PATH_FULL/StandaloneOSX.app/Contents/MacOS/*
|
||||||
|
echo "Making the following path executable: $ADD_PERMISSIONS_PATH"
|
||||||
|
chmod +x $ADD_PERMISSIONS_PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue