Add icon.ico to tauri.conf.json
Required for Windows bundle build
This commit is contained in:
parent
4a68b031db
commit
6298d94c35
@ -25,7 +25,8 @@
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/icon.png"
|
||||
"icons/icon.png",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"resources": {
|
||||
"../libdrcr/plugins/": "plugins/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user