From 62742687b0b871b698af431f48c4d6d519e1af14 Mon Sep 17 00:00:00 2001 From: calyptobai <111788964+calyptobai@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:23:13 -0500 Subject: [PATCH] Revert to using all targets in Tauri config (#1128) --- apps/desktop/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 2dfe81622a..20b138eaa1 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -71,7 +71,7 @@ "config/config.json" ], "shortDescription": "", - "targets": ["nsis", "updater"], + "targets": "all", "windows": { "certificateThumbprint": "b955de6f8483ad3b14497e798a6eef48a137931b", "digestAlgorithm": "sha256",