Add icon.ico to tauri.conf.json

Required for Windows bundle build
This commit is contained in:
RunasSudo 2025-06-24 01:21:22 +10:00
parent 4a68b031db
commit 6298d94c35
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -25,7 +25,8 @@
"active": true, "active": true,
"targets": "all", "targets": "all",
"icon": [ "icon": [
"icons/icon.png" "icons/icon.png",
"icons/icon.ico"
], ],
"resources": { "resources": {
"../libdrcr/plugins/": "plugins/", "../libdrcr/plugins/": "plugins/",