From a456a8e2092e9a4353200fb957924071447f690a Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Fri, 10 Oct 2025 23:29:43 -0300 Subject: [PATCH] fix: usar defaultWindowIcon no tauri --- apps/desktop/src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index b04f710..a95cebc 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -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 }