Commit b428132a authored by pancaek's avatar pancaek
Browse files

urh: move icon to spec-compliant location

parent 9aab3f3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {