Skip to content

Commit

Permalink
Merge pull request #238 from gerlero/makefile
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
gerlero authored Feb 6, 2024
2 parents 59923c6 + 2154793 commit 68ead3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ build/$(APP_NAME).app/Contents/%: Contents/%

build/$(APP_NAME).app/Contents/Resources/$(APP_NAME).dmg: $(VOLUME)/platforms Contents/Resources/icon.icns
[ ! -d $(VOLUME) ] || hdiutil detach $(VOLUME)
rm -f build/$(APP_NAME)-build.sparsebundle.shadow
hdiutil attach \
build/$(APP_NAME)-build.sparsebundle \
-shadow
Expand Down

0 comments on commit 68ead3c

Please sign in to comment.