From c92472dbacca665a5a11b4423798b0e3862624d8 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 25 Jul 2024 13:33:00 -0700 Subject: [PATCH] Fix targets --- src-tauri/tauri.conf.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" },