Sync .app bundle timestamp during build

Fixes #1717.
This commit is contained in:
Dominic Evans 2018-10-31 19:48:04 +00:00 committed by Christian Duerr
parent 5a8a34304f
commit fd6a5512b6
1 changed files with 1 additions and 0 deletions

View File

@ -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