fix: usar defaultWindowIcon no tauri

This commit is contained in:
Esdras Renan 2025-10-10 23:29:43 -03:00
parent 3f0702d80b
commit a456a8e209

View file

@ -16,10 +16,10 @@
"title": "Raven",
"width": 1100,
"height": 720,
"resizable": true,
"icon": "icons/icon.png"
"resizable": true
}
],
"defaultWindowIcon": "icons/icon.png",
"security": {
"csp": null
}