From dd37796b8849233467b890dc45b8c110f4ae4117 Mon Sep 17 00:00:00 2001 From: virtualdesigner Date: Mon, 4 Sep 2023 12:34:34 +0530 Subject: [PATCH] Limit build targets to "msi", "app" & "dmg" --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 655c8d1..50814af 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -13,7 +13,7 @@ "tauri": { "bundle": { "active": true, - "targets": "all", + "targets": ["msi", "app", "dmg"], "identifier": "com.arkrate.desktop", "icon": [ "icons/32x32.png",