diff --git a/scripts/macOS/bundle.sh b/scripts/macOS/bundle.sh index 5a61abd59..e3616d7b5 100755 --- a/scripts/macOS/bundle.sh +++ b/scripts/macOS/bundle.sh @@ -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"