aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Evans <dominic.evans@uk.ibm.com>2018-10-31 19:48:04 +0000
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-10-31 19:48:04 +0000
commitfd6a5512b6eff52e90256a64edb43a0419eca477 (patch)
tree0d5b67d112849e7bde5abb272b6f3125cd3a323a
parent5a8a34304f38bce95ff89824e79c894f15183cbc (diff)
downloadalacritty-fd6a5512b6eff52e90256a64edb43a0419eca477.tar.gz
alacritty-fd6a5512b6eff52e90256a64edb43a0419eca477.zip
Sync .app bundle timestamp during build
Fixes #1717.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42b51c7a..974a4afa 100644
--- a/Makefile
+++ b/Makefile
@@ -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