forked from mirrors/nixpkgs
skype: Use a larger icon for the .desktop file (#14591)
This commit is contained in:
parent
48972763c8
commit
a65c6f4932
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# Fixup desktop file
|
# Fixup desktop file
|
||||||
substituteInPlace skype.desktop --replace \
|
substituteInPlace skype.desktop --replace \
|
||||||
"Icon=skype.png" "Icon=$out/libexec/skype/icons/SkypeBlue_48x48.png"
|
"Icon=skype.png" "Icon=$out/libexec/skype/icons/SkypeBlue_128x128.png"
|
||||||
substituteInPlace skype.desktop --replace \
|
substituteInPlace skype.desktop --replace \
|
||||||
"Terminal=0" "Terminal=false"
|
"Terminal=0" "Terminal=false"
|
||||||
mkdir -p $out/share/applications
|
mkdir -p $out/share/applications
|
||||||
|
|
Loading…
Reference in a new issue