diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 51178fb..a3c23b1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,10 @@ "bundle": { "active": true, "targets": "all", - "icon": [] + "icon": [ + "icons/icon.png", + "icons/icon.ico" + ] }, "productName": "dreamy", "version": "0.0.0",