mirror of
https://github.com/alacritty/alacritty.git
synced 2025-04-07 17:43:03 -04:00
Add alacritty.yml to dmg
This commit is contained in:
parent
2ed79e3e39
commit
87c38aa930
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,7 @@ ASSETS_DIR = extra
|
|||
RELEASE_DIR = target/release
|
||||
MANPAGE = $(ASSETS_DIR)/alacritty.man
|
||||
MANPAGE-MSG = $(ASSETS_DIR)/alacritty-msg.man
|
||||
CONFIGFILE = alacritty.yml
|
||||
TERMINFO = $(ASSETS_DIR)/alacritty.info
|
||||
COMPLETIONS_DIR = $(ASSETS_DIR)/completions
|
||||
COMPLETIONS = $(COMPLETIONS_DIR)/_alacritty \
|
||||
|
@ -50,6 +51,7 @@ $(APP_NAME)-%: $(TARGET)-%
|
|||
@tic -xe alacritty,alacritty-direct -o $(APP_EXTRAS_DIR) $(TERMINFO)
|
||||
@cp -fRp $(APP_TEMPLATE) $(APP_DIR)
|
||||
@cp -fp $(APP_BINARY) $(APP_BINARY_DIR)
|
||||
@cp -fp $(CONFIGFILE) $(APP_EXTRAS_DIR)/
|
||||
@cp -fp $(COMPLETIONS) $(APP_COMPLETIONS_DIR)
|
||||
@touch -r "$(APP_BINARY)" "$(APP_DIR)/$(APP_NAME)"
|
||||
@codesign --remove-signature "$(APP_DIR)/$(APP_NAME)"
|
||||
|
|
Loading…
Add table
Reference in a new issue