Skip to content

Commit

Permalink
plexamp: fix icon
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fontaine <andrew@afontaine.ca>
  • Loading branch information
2 people authored and Jon committed Jul 31, 2020
1 parent 5821103 commit cda0a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/plexamp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in appimageTools.wrapType2 {
ln -s $out/bin/${name} $out/bin/${pname}
install -m 444 -D ${appimageContents}/plexamp.desktop $out/share/applications/plexamp.desktop
install -m 444 -D ${appimageContents}/plexamp.png \
$out/plexamp.png
$out/share/icons/hicolor/512x512/apps/plexamp.png
substituteInPlace $out/share/applications/plexamp.desktop \
--replace 'Exec=AppRun' 'Exec=${pname}'
'';
Expand Down

0 comments on commit cda0a60

Please sign in to comment.