Add icon.ico and icon.png for Windows and Linux builds
Some checks failed
Build App / build-windows (push) Failing after 3m14s
Build App / build-linux (push) Has been cancelled

Windows requires icon.ico for the resource file during tauri-build.
Generated from existing 128x128@2x.png placeholder.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 08:03:49 -08:00
parent 476d3a9727
commit 9615b90df0
3 changed files with 3 additions and 1 deletions

View File

@@ -31,7 +31,9 @@
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png"
"icons/128x128@2x.png",
"icons/icon.ico",
"icons/icon.png"
]
},
"plugins": {}