From 7fecf285eab8a3882d6b457202e4170a8dc659f9 Mon Sep 17 00:00:00 2001 From: Siavash Sameni Date: Fri, 10 Apr 2026 14:15:04 +0400 Subject: [PATCH] fix(windows): add icons/icon.ico for tauri-build Windows resource tauri-build's Windows path unconditionally looks up icons/icon.ico to embed as the PE file resource (taskbar/Explorer icon). We only had icon.png (32x32 placeholder) which is fine on macOS/Linux but blocks the Windows cross-compile with "icons/icon.ico not found; required for generating a Windows Resource file during tauri-build". Generated a multi-size ICO (16/24/32/48/64/128/256) from the existing placeholder icon.png via Pillow. It's ugly at 256 due to upscaling from 32x32 with LANCZOS, but unblocks the build. Real branded icons can replace it later without any build-system changes. Co-Authored-By: Claude Opus 4.6 (1M context) --- desktop/src-tauri/icons/icon.ico | Bin 0 -> 2013 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 desktop/src-tauri/icons/icon.ico diff --git a/desktop/src-tauri/icons/icon.ico b/desktop/src-tauri/icons/icon.ico new file mode 100644 index 0000000000000000000000000000000000000000..ea55d9a392ca4d37f67720a19a9013d8781183c0 GIT binary patch literal 2013 zcmZQzU}Rut5D;Jh0tJRJAXx^)5)u%8B9J-*#0m-!eh!e*Wn^G5Fo5v;fYeMN-@yUG zzXYVznHU%v8X){GpxjR&9|9B@qL>*NnpqeaIs^RNdAX#xfa1KK9xg#Z8sq{24mKbu z|M`C+kdpOuaSW-LlU(z1)`$6xOb1*#p9M0z@k*E`7)UZO%znmdK zI;VstET)3|Apth^LAmV@AV&km)V7AsX>I*c23ZGJur3zsfiVL3fo{oU+RL}$#4`dG zC;;UZz!nr&Reb?+j3E}hJ?F^CV8C%?L-M_6$=?DEQ$Bd|nq2+~2~EeY@~tJOWGx9_*jSWLh*4nTPauxnOj7TyDLW= za8w9;NW`uSV($Gs&E5}xOfUka85zJa5mU4xje&t#5gHR$Fk@mbC?=RE{kzV1z?zLA YaTJY)zz7Th@tChHy?1@Slp^OW0Ac>gxBvhE literal 0 HcmV?d00001