diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4a7b19c..7beea46 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -21,7 +21,12 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": [ + "rpm", + "app", + "deb", + "msi" + ], "icon": [ "icons/32x32.png", "icons/128x128.png",