From a9032f5f20e0b9512a0a34532a05df104aefe091 Mon Sep 17 00:00:00 2001 From: wonfen Date: Mon, 17 Feb 2025 11:22:14 +0800 Subject: [PATCH] chore: Update updater artifacts configuration --- 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 b9ff5e966..e60a7fa57 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -16,7 +16,7 @@ "copyright": "GNU General Public License v3.0", "category": "DeveloperTool", "shortDescription": "Clash Verge Rev", - "createUpdaterArtifacts": "v1Compatible" + "createUpdaterArtifacts": true }, "build": { "beforeBuildCommand": "pnpm run web:build",