diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d2051973..4238e752 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -25,7 +25,11 @@ "bundle": { "createUpdaterArtifacts": true, "active": true, - "targets": "all", + "targets": [ + "appimage", + "dmg", + "nsis" + ], "icon": [ "icons/32x32.png", "icons/128x128.png", @@ -52,4 +56,4 @@ ] } } -} +} \ No newline at end of file