diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fbba12e..f3b31e4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -27,6 +27,7 @@ }, "bundle": { "active": false, - "targets": "all" + "targets": "all", + "icon": [] } }