Add new icon to macOS binary

This adds the new Alacritty icon to the macOS binary available in the
github releases. On sizes 128x128 and up the image with scanlines is
included.

The ci deployment process should now also offer the svg file for
download so the .desktop file can be used without having to look through
the repos for the icon.
This commit is contained in:
Christian Duerr 2019-04-07 04:42:10 +02:00 committed by GitHub
parent 4cfb17529d
commit cd8d537bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ if [ -n "$(git diff $prev_tag HEAD extra/alacritty.man)" ]; then
gzip -c "./extra/alacritty.man" > "./target/deploy/alacritty.1.gz"
fi
# Rename Alacritty logo to match .desktop file
cp "./extra/logo/alacritty-term.svg" "./target/deploy/Alacritty.svg"
# Offer various other files
for file in "${aux_files[@]}"; do
cp $file "./target/deploy/"