We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aab3f3 commit 14c488bCopy full SHA for 14c488b
1 file changed
pkgs/by-name/fc/fcast-receiver/package.nix
@@ -47,7 +47,7 @@ buildNpmPackage rec {
47
];
48
49
postInstall = ''
50
- install -Dm644 assets/icons/app/icon.png $out/share/pixmaps/fcast-receiver.png
+ install -Dm644 assets/icons/app/icon.png $out/share/icons/hicolor/512x512/apps/fcast-receiver.png
51
ln -s $out/lib/node_modules/fcast-receiver/package.json $out/lib/node_modules/fcast-receiver/dist/package.json
52
53
makeWrapper ${electron}/bin/electron $out/bin/fcast-receiver \
0 commit comments