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,
|
"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/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user