Skip to content

Commit

Permalink
Merge pull request #222 from gerlero/makefile
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
gerlero authored Jan 2, 2024
2 parents c205116 + 1c52ad3 commit b5d098e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,12 @@ build/$(APP_NAME).app/Contents/Resources/$(APP_NAME).dmg: $(VOLUME)/platforms Co
uuidgen > $(VOLUME_ID_FILE)
cat $(VOLUME_ID_FILE)
rm -rf $(VOLUME)/homebrew
[ ! -L $(VOLUME)/usr ] || rm $(VOLUME)/usr
rm -rf $(VOLUME)/build
rm -rf -- $(VOLUME)/**/.git
rm -f -- $(VOLUME)/**/.DS_Store
ifeq ($(DEPS_KIND),homebrew)
rm -rf $(VOLUME)/usr
ln -s $(shell brew --prefix) $(VOLUME)/usr
else
rm -f $(VOLUME)/usr/bin/brew
rm $(VOLUME)/Brewfile
rm $(VOLUME)/Brewfile.lock.json
endif
rm -rf $(VOLUME)/build
rm -rf $(VOLUME)/**/.git
rm -f $(VOLUME)/**/.DS_Store
rm -rf $(VOLUME)/.fseventsd
mkdir -p build/$(APP_NAME).app/Contents/Resources
hdiutil create \
Expand Down

0 comments on commit b5d098e

Please sign in to comment.