aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-07 04:42:10 +0200
committerGitHub <noreply@github.com>2019-04-07 04:42:10 +0200
commitcd8d537bed98559ed49c1465db84ecec5393119f (patch)
treec436475c01fb5d85e4a6b353005138042496e218 /ci
parent4cfb17529d2d64534c4ed7d13879e4fcaa70bb91 (diff)
downloadalacritty-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.
Diffstat (limited to 'ci')
-rwxr-xr-xci/before_deploy.sh3
1 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/"