windsend: move icons to spec-compliant location

This commit is contained in:
pancaek
2026-02-16 20:02:30 -08:00
parent d1c15b7d58
commit f6791c2f5c
+1 -1
View File
@@ -35,7 +35,7 @@ flutter338.buildFlutterApplication rec {
];
postInstall = ''
install -Dm644 ../../app_icon/web/icon-512.png $out/share/pixmaps/windsend.png
install -Dm644 ../../app_icon/web/icon-512.png $out/share/icons/hicolor/512x512/apps/windsend.png
'';
passthru.updateScript = ./update.sh;