Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Automatically Compress Mac Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed May 29, 2015
1 parent 336d03a commit 88cb7f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,10 @@ mac() {
./replacer.sh $OUTPUT/Pencil.app/Contents/Resources/defaults/preferences/pencil.js
./replacer.sh $OUTPUT/Pencil.app/Contents/Info.plist

cp -R $OUTPUT/Pencil.app ./Outputs/Pencil.app
echo "Compressing..."
cd $OUTPUT
zip -r ../Pencil-$VERSION-mac-osx.zip Pencil.app > /dev/null
cd ../..
}

ubuntu() {
Expand Down

0 comments on commit 88cb7f1

Please sign in to comment.