Skip to content

Commit 14c488b

Browse files
committed
fcast-receiver: move icon to spec-compliant location
1 parent 9aab3f3 commit 14c488b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/fc/fcast-receiver/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ buildNpmPackage rec {
4747
];
4848

4949
postInstall = ''
50-
install -Dm644 assets/icons/app/icon.png $out/share/pixmaps/fcast-receiver.png
50+
install -Dm644 assets/icons/app/icon.png $out/share/icons/hicolor/512x512/apps/fcast-receiver.png
5151
ln -s $out/lib/node_modules/fcast-receiver/package.json $out/lib/node_modules/fcast-receiver/dist/package.json
5252
5353
makeWrapper ${electron}/bin/electron $out/bin/fcast-receiver \

0 commit comments

Comments
 (0)