cherry-studio: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-02-16 15:39:24 -08:00
parent d1c15b7d58
commit 6f6e7d490a
+1 -1
View File
@@ -112,7 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
else
"cp -r dist/linux-unpacked/{resources,LICENSE*} $out/opt/cherry-studio"
}
install -Dm644 build/icon.png $out/share/pixmaps/cherry-studio.png
install -Dm644 build/icon.png $out/share/icons/hicolor/1024x1024/apps/cherry-studio.png
makeWrapper ${lib.getExe electron} $out/bin/cherry-studio \
--inherit-argv0 \
--add-flags $out/opt/cherry-studio/resources/app.asar \