szyszka: Add desktop icon

szyszka: resolve review

szyszka: Fix
This commit is contained in:
RAVENz46
2024-07-26 12:53:13 +09:00
parent 7465ec4991
commit dbad97cfa1
+12
View File
@@ -42,6 +42,18 @@ rustPlatform.buildRustPackage rec {
Foundation
]);
postInstall = ''
install -m 444 \
-D data/com.github.qarmin.szyszka.desktop \
-t $out/share/applications
install -m 444 \
-D data/com.github.qarmin.szyszka.metainfo.xml \
-t $out/share/metainfo
install -m 444 \
-D data/icons/com.github.qarmin.szyszka.svg \
-t $out/share/icons/hicolor/scalable/apps
'';
meta = with lib; {
description = "Simple but powerful and fast bulk file renamer";
homepage = "https://github.com/qarmin/szyszka";