From 44570eb90b831d1e8c607876e8045534c096d9c4 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 25 Aug 2026 20:45:10 +0000 Subject: [PATCH] ci: add createUpdaterArtifacts to generate .sig files and updater bundles --- src-tauri/tauri.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bbea024..5bff503 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -27,6 +27,7 @@ "bundle": { "active": true, "targets": "all", + "createUpdaterArtifacts": true, "icon": [ "icons/32x32.png", "icons/128x128.png",