Skip to content

Commit

Permalink
compress app package better
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWertman committed Sep 20, 2024
1 parent 619a707 commit 7313e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7313e9c

Please sign in to comment.