From 937ebf4b4e868b72c8844181ffcdf054125c72ce Mon Sep 17 00:00:00 2001 From: calyptobai Date: Fri, 10 Nov 2023 11:48:15 -0500 Subject: [PATCH] Revert to using all targets in Tauri config --- 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",