Skip to content

Commit 2dadc8b

Browse files
authored
fcast-receiver: move icon to spec-compliant location (#492902)
2 parents 484a028 + 14c488b commit 2dadc8b

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)