Skip to content

Commit

Permalink
Add a Makefile target to build signed/notarized legacy DMG file
Browse files Browse the repository at this point in the history
Otherwise the old target would make a non-legacy DMG with APFS which old
macOS versions can't understand
  • Loading branch information
ychin committed Jul 10, 2023
1 parent d6a1a39 commit d9de087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3678,6 +3678,12 @@ macvim-dmg-release: macvim-signed macvim-dmg
@echo "----------------------------------------"
@echo "Release MacVim built!"

macvim-dmg-release-legacy: macvim-signed macvim-dmg-legacy
MacVim/scripts/sign-developer-id $(RELEASEDIR)/MacVim.dmg $(ENTITLEMENTS)
MacVim/scripts/notarize-dmg $(RELEASEDIR)/MacVim.dmg
@echo "----------------------------------------"
@echo "Release MacVim (legacy format) built!"

# Install only language files to a dest folder. Subset of "install-languages".
macvim-install-languages:
@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
Expand Down

0 comments on commit d9de087

Please sign in to comment.