mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #320366 from eriedaberrie/vesktop-icons
vesktop: fix icon file locations
This commit is contained in:
commit
a0ec91aab8
@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp -r dist/*unpacked/resources $out/opt/Vesktop/
|
||||
|
||||
for file in build/icon_*x32.png; do
|
||||
file_suffix=''${file//icon_}
|
||||
file_suffix=''${file//build\/icon_}
|
||||
install -Dm0644 $file $out/share/icons/hicolor/''${file_suffix//x32.png}/apps/vesktop.png
|
||||
done
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user