From 0f777efbf626047ea6e4c6ac9a6a1542ff39b04f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 25 Jul 2024 02:07:54 -0400 Subject: [PATCH] Don't bundle Safari extension test files --- app/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.sh b/app/build.sh index ac1a445294..b0023c52b2 100755 --- a/app/build.sh +++ b/app/build.sh @@ -547,6 +547,7 @@ if [ $BUILD_MAC == 1 ]; then if [[ $SIGN == 1 ]] && [[ -n "$SAFARI_APPEX" ]] && [[ -d "$SAFARI_APPEX" ]]; then mkdir "$APPDIR/Contents/PlugIns" cp -R $SAFARI_APPEX "$APPDIR/Contents/PlugIns/ZoteroSafariExtension.appex" + rm -rf "$APPDIR/Contents/PlugIns/ZoteroSafariExtension.appex/Contents/Resources/safari/test/" fi # Copy over removed-files and make a precomplete file