From 586ff78df251f13ebb499484c957df6bb1c363ed Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sat, 7 Dec 2019 01:06:38 +0200 Subject: Add /Application symlink to macOS DMG --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4990e5e3..8fde17b0 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ $(APP_NAME): $(TARGET) $(APP_TEMPLATE) dmg: | $(DMG_NAME) ## Pack Alacritty.app into .dmg $(DMG_NAME): $(APP_NAME) @echo "Packing disk image..." + @ln -s /Applications $(DMG_DIR)/Applications @hdiutil create $(DMG_DIR)/$(DMG_NAME) \ -volname "Alacritty" \ -fs HFS+ \ -- cgit v1.2.3