diff options
author | Dominic Evans <dominic.evans@uk.ibm.com> | 2018-10-31 19:48:04 +0000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-31 19:48:04 +0000 |
commit | fd6a5512b6eff52e90256a64edb43a0419eca477 (patch) | |
tree | 0d5b67d112849e7bde5abb272b6f3125cd3a323a /Makefile | |
parent | 5a8a34304f38bce95ff89824e79c894f15183cbc (diff) | |
download | alacritty-fd6a5512b6eff52e90256a64edb43a0419eca477.tar.gz alacritty-fd6a5512b6eff52e90256a64edb43a0419eca477.zip |
Sync .app bundle timestamp during build
Fixes #1717.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ $(APP_NAME): $(TARGET) $(APP_TEMPLATE) @mkdir -p $(APP_BINARY_DIR) @cp -fRp $(APP_TEMPLATE) $(APP_DIR) @cp -fp $(APP_BINARY) $(APP_BINARY_DIR) + @touch -r "$(APP_BINARY)" "$(APP_DIR)/$(APP_NAME)" @echo "Created '$@' in '$(APP_DIR)'" dmg: | $(DMG_NAME) ## Pack Alacritty.app into .dmg |