Alacritty: change icon to compat svg

This commit is contained in:
Michael Lingelbach 2020-05-06 12:13:41 -07:00
parent c0f897ebee
commit a8b040329d

View file

@ -103,7 +103,7 @@ rustPlatform.buildRustPackage rec {
cp -r $releaseDir/osx/Alacritty.app $out/Applications/Alacritty.app
'' else ''
install -D extra/linux/Alacritty.desktop -t $out/share/applications/
install -D extra/logo/alacritty-term.svg $out/share/icons/hicolor/scalable/apps/Alacritty.svg
install -D extra/logo/compat/alacritty-term.svg $out/share/icons/hicolor/scalable/apps/Alacritty.svg
# patchelf generates an ELF that binutils' "strip" doesn't like:
# strip: not enough room for program headers, try linking with -N