summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMark Vainomaa <mikroskeem@gmail.com>2019-12-07 01:06:38 +0200
committerChristian Duerr <contact@christianduerr.com>2019-12-07 00:06:38 +0100
commit586ff78df251f13ebb499484c957df6bb1c363ed (patch)
tree089b2cdd3ad06c8404015cf86514aea1011b2f65 /Makefile
parent6301775d3f60cccee5076ba33fec825ee42d794d (diff)
Add /Application symlink to macOS DMG
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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+ \