diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6615df3..6456686 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -16,7 +16,13 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": [ + "nsis", + "app", + "dmg", + "deb", + "rpm" + ], "licenseFile": "../LICENSE", "icon": [ "icons/32x32.png",