fclones-gui: use hicolor

This commit is contained in:
mivorasu
2025-07-28 12:59:54 +08:00
parent c6c1a1c318
commit fa5d50257d
+3 -3
View File
@@ -35,9 +35,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
postInstall = ''
substituteInPlace snap/gui/fclones-gui.desktop \
--replace-fail "Icon=''${SNAP}/meta/gui/fclones-gui.png" "Icon=fclones-gui"
install -Dm444 snap/gui/fclones-gui.desktop -t $out/share/applications
install -Dm444 snap/gui/fclones-gui.png -t $out/share/pixmaps
--replace-fail 'Icon=''${SNAP}/meta/gui/fclones-gui.png' "Icon=fclones-gui"
install -Dm 0644 snap/gui/fclones-gui.desktop -t $out/share/applications
install -Dm 0644 snap/gui/fclones-gui.png -t $out/share/icons/hicolor/256x256/apps
'';
meta = {