fcast-receiver: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-02-21 16:39:27 -08:00
parent 9aab3f3b0d
commit 14c488b801
+1 -1
View File
@@ -47,7 +47,7 @@ buildNpmPackage rec {
];
postInstall = ''
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
ln -s $out/lib/node_modules/fcast-receiver/package.json $out/lib/node_modules/fcast-receiver/dist/package.json
makeWrapper ${electron}/bin/electron $out/bin/fcast-receiver \