From 27ce902344ad3ded33833e76978b976de6e60ffe Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Thu, 16 Oct 2025 23:38:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEcreateUpdaterArtifacts?= =?UTF-8?q?=E7=94=9F=E6=88=90sig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor-app/src-tauri/tauri.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor-app/src-tauri/tauri.conf.json b/packages/editor-app/src-tauri/tauri.conf.json index 0a32fb74..926f8040 100644 --- a/packages/editor-app/src-tauri/tauri.conf.json +++ b/packages/editor-app/src-tauri/tauri.conf.json @@ -11,6 +11,7 @@ "bundle": { "active": true, "targets": "all", + "createUpdaterArtifacts": true, "icon": [ "icons/32x32.png", "icons/128x128.png",