diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-07 04:42:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-07 04:42:10 +0200 |
commit | cd8d537bed98559ed49c1465db84ecec5393119f (patch) | |
tree | c436475c01fb5d85e4a6b353005138042496e218 | |
parent | 4cfb17529d2d64534c4ed7d13879e4fcaa70bb91 (diff) | |
download | alacritty-cd8d537bed98559ed49c1465db84ecec5393119f.tar.gz alacritty-cd8d537bed98559ed49c1465db84ecec5393119f.zip |
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.
-rwxr-xr-x | ci/before_deploy.sh | 3 | ||||
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Resources/alacritty.icns | bin | 529652 -> 665777 bytes |
2 files changed, 3 insertions, 0 deletions
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/" diff --git a/extra/osx/Alacritty.app/Contents/Resources/alacritty.icns b/extra/osx/Alacritty.app/Contents/Resources/alacritty.icns Binary files differindex aaedeab7..970b900e 100644 --- a/extra/osx/Alacritty.app/Contents/Resources/alacritty.icns +++ b/extra/osx/Alacritty.app/Contents/Resources/alacritty.icns |