mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
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:
parent
4cfb17529d
commit
cd8d537bed
2 changed files with 3 additions and 0 deletions
|
@ -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"
|
gzip -c "./extra/alacritty.man" > "./target/deploy/alacritty.1.gz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Rename Alacritty logo to match .desktop file
|
||||||
|
cp "./extra/logo/alacritty-term.svg" "./target/deploy/Alacritty.svg"
|
||||||
|
|
||||||
# Offer various other files
|
# Offer various other files
|
||||||
for file in "${aux_files[@]}"; do
|
for file in "${aux_files[@]}"; do
|
||||||
cp $file "./target/deploy/"
|
cp $file "./target/deploy/"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue