From 7313e9ce9c3afe872ae528f8653212867f55eac7 Mon Sep 17 00:00:00 2001 From: MatthewWertman Date: Fri, 20 Sep 2024 02:28:21 -0700 Subject: [PATCH] compress app package better --- package-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-mac.sh b/package-mac.sh index 62b512f..b0f25f7 100755 --- a/package-mac.sh +++ b/package-mac.sh @@ -12,7 +12,7 @@ esac pyinstaller src/ipr.spec --noconfirm # zip dist/BitCapIPR -zip -r "dist/$PNAME-$1-$PLATFORM-portable.zip" dist/BitCapIPR.app +zip -9 -y -r "dist/$PNAME-$1-$PLATFORM-portable.zip" dist/BitCapIPR.app # Create a folder (named dmg) to prepare our DMG in (if it doesn't already exist). mkdir -p dist/dmg