From ad8a4933da9ac6b14751b82d85f3735279e1e58c Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 28 Jul 2024 18:32:50 -0700 Subject: [PATCH] Generate v1 updater artifacts --- 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 65eb578d..9c110e8d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -67,7 +67,7 @@ "nsis", "rpm" ], - "createUpdaterArtifacts": true, + "createUpdaterArtifacts": "v1Compatible", "iOS": { "developmentTeam": "7PU3P6ELJ8" },