urh: move icon to spec-compliant location (#491956)

This commit is contained in:
dish
2026-02-19 16:47:36 +00:00
committed by GitHub
+1 -1
View File
@@ -85,7 +85,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
];
postInstall = ''
install -Dm644 data/icons/appicon.png $out/share/pixmaps/urh.png
install -Dm644 data/icons/appicon.png $out/share/icons/hicolor/512x512/apps/urh.png
'';
meta = {