a-keys-path: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-02-15 16:39:07 -08:00
parent 7f042bb2c1
commit 2fc960d569
+1 -2
View File
@@ -93,8 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
--set-rpath ${lib.makeLibraryPath finalAttrs.buildInputs} \
$out/share/a-keys-path/a-keys-path
mkdir -p $out/share/pixmaps
cp icon.png $out/share/pixmaps/a-keys-path.png
install -D icon.png $out/share/icons/hicolor/256x256/apps/a-keys-path.png
install -Dm644 ${finalAttrs.desktopItem}/share/applications/a-keys-path.desktop \
$out/share/applications/a-keys-path.desktop