Browse Source

try to fix mac permission issues

pull/614/head
Jason Dove 4 years ago
parent
commit
a2da043f4b
  1. 3
      scripts/macOS/bundle.sh

3
scripts/macOS/bundle.sh

@ -17,3 +17,6 @@ cd "$REPO_ROOT" || exit @@ -17,3 +17,6 @@ cd "$REPO_ROOT" || exit
cp -R "$REPO_ROOT/ErsatzTV-macOS/build/Release/ErsatzTV-macOS.app" "$APP_NAME"
cp -a "$PUBLISH_OUTPUT_DIRECTORY" "$APP_NAME/Contents/MacOS"
chmod +x "$APP_NAME/Contents/MacOS/ErsatzTV"
chmod +x "$APP_NAME/Contents/MacOS/ErsatzTV-macOS"

Loading…
Cancel
Save