Skip to content

Commit

Permalink
Merge pull request #98 from chrissimpkins/dmg-installer-gen
Browse files Browse the repository at this point in the history
Add macOS dmg installer generator make target
  • Loading branch information
chrissimpkins authored Jun 11, 2022
2 parents 2adc3e0 3ca6aed commit a0304aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 5,4 @@ __pycache__
.tox
.coverage
\.DS_Store
*.dmg
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 18,11 @@ build-macos-icns:
sips -z 512 512 img/Crunch-icon-3.png --out img/CrunchIcon.iconset/[email protected]
cd img && iconutil -c icns CrunchIcon.iconset

build-macos-installer:
# https://github.com/sindresorhus/create-dmg
-rm bin/*.dmg
cd bin && create-dmg Crunch.app

clean:
rm benchmarks/img/*-crunch.png

Expand Down
Binary file removed bin/Crunch 5.0.0.dmg
Binary file not shown.
Binary file modified bin/Crunch.app/Contents/Info.plist
Binary file not shown.

0 comments on commit a0304aa

Please sign in to comment.