From 8d46676c256e0804fe1afcf47cde665a9ffd0a23 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Wed, 18 Jan 2023 14:43:26 -0600 Subject: [PATCH] try to fix mac scanning (#1119) --- scripts/macOS/bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/macOS/bundle.sh b/scripts/macOS/bundle.sh index e3616d7b5..168cae9d1 100755 --- a/scripts/macOS/bundle.sh +++ b/scripts/macOS/bundle.sh @@ -19,4 +19,5 @@ 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.Scanner" chmod +x "$APP_NAME/Contents/MacOS/ErsatzTV-macOS"