macOS: mark crashpad handler as executable

Without this, Sentry fails to initialise
This commit is contained in:
Automatic Release Builder
2020-09-23 18:06:52 +01:00
parent 72916771df
commit a8cb045967

View File

@@ -62,8 +62,13 @@ fi
popd
chmod +x $WORKSPACE/dist/bin/osgversion
crashpad_bin_path=$WORKSPACE/dist/fgfs.app/Contents/MacOS/crashpad_handler
if [ -f $crashpad_bin_path ]; then
chmod +x $crashpad_bin_path
fi
chmod +x $WORKSPACE/dist/bin/osgversion
echo "Running symbol upload script"
./sentry-dSYM-upload-mac.sh