From a2da043f4be616118a1b64d5ee710bfd379e32c3 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Sun, 6 Feb 2022 17:45:28 -0600 Subject: [PATCH] try to fix mac permission issues --- scripts/macOS/bundle.sh | 3 +++ 1 file changed, 3 insertions(+) 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"