From cd8d537bed98559ed49c1465db84ecec5393119f Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 7 Apr 2019 04:42:10 +0200 Subject: 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. --- ci/before_deploy.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/before_deploy.sh') diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index a311518a..0c2b937a 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -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/" -- cgit v1.2.3-54-g00ecf