Add icon.ico and icon.png for Windows and Linux builds
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:
BIN
app/src-tauri/icons/icon.ico
Normal file
BIN
app/src-tauri/icons/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 B |
BIN
app/src-tauri/icons/icon.png
Normal file
BIN
app/src-tauri/icons/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -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": {}
|
||||
|
||||
Reference in New Issue
Block a user