chatmcp: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-02-16 15:23:00 -08:00
parent d1c15b7d58
commit 7431cb33ed
+1 -1
View File
@@ -40,7 +40,7 @@ flutter332.buildFlutterApplication rec {
];
postInstall = ''
install -Dm0644 assets/logo.png $out/share/pixmaps/chatmcp.png
install -Dm0644 assets/logo.png $out/share/icons/hicolor/1024x1024/apps/chatmcp.png
'';
passthru = {