fix: usar defaultWindowIcon no tauri
This commit is contained in:
parent
3f0702d80b
commit
a456a8e209
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@
|
||||||
"title": "Raven",
|
"title": "Raven",
|
||||||
"width": 1100,
|
"width": 1100,
|
||||||
"height": 720,
|
"height": 720,
|
||||||
"resizable": true,
|
"resizable": true
|
||||||
"icon": "icons/icon.png"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"defaultWindowIcon": "icons/icon.png",
|
||||||
"security": {
|
"security": {
|
||||||
"csp": null
|
"csp": null
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue