Skip to content

Commit

Permalink
Sync .app bundle timestamp during build
Browse files Browse the repository at this point in the history
Fixes #1717.
  • Loading branch information
dnwe authored and chrisduerr committed Oct 31, 2018
1 parent 5a8a343 commit fd6a551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit fd6a551

Please sign in to comment.