diff options
author | Mark Vainomaa <mikroskeem@gmail.com> | 2019-12-07 01:06:38 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-12-07 00:06:38 +0100 |
commit | 586ff78df251f13ebb499484c957df6bb1c363ed (patch) | |
tree | 089b2cdd3ad06c8404015cf86514aea1011b2f65 | |
parent | 6301775d3f60cccee5076ba33fec825ee42d794d (diff) | |
download | alacritty-586ff78df251f13ebb499484c957df6bb1c363ed.tar.gz alacritty-586ff78df251f13ebb499484c957df6bb1c363ed.zip |
Add /Application symlink to macOS DMG
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcae25f..0eb1c003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Terminal escape bindings with combined modifiers for Delete and Insert +- /Applications symlink into OS X DMG for easier installation ### Fixed @@ -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+ \ |