diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f9a05fd5..51504227 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -59,7 +59,14 @@ "../plugin-runtime/build": "plugin-runtime" }, "shortDescription": "Play with APIs, intuitively", - "targets": "all", + "targets": [ + "app", + "appimage", + "deb", + "dmg", + "nsis", + "rpm" + ], "iOS": { "developmentTeam": "7PU3P6ELJ8" },