Alacritty: change icon to compat svg
This commit is contained in:
parent
c0f897ebee
commit
a8b040329d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue