From acf9458616e57278345b3f256323ba37d55db8f9 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 23 Nov 2025 09:26:34 -0800 Subject: [PATCH] Enable updater artifacts creation in Tauri release configuration --- src-tauri/tauri.release.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.release.conf.json b/src-tauri/tauri.release.conf.json index b328af2c..3f45d003 100644 --- a/src-tauri/tauri.release.conf.json +++ b/src-tauri/tauri.release.conf.json @@ -36,6 +36,7 @@ "homepage": "https://yaak.app", "active": true, "category": "DeveloperTool", + "createUpdaterArtifacts": true, "externalBin": [ "vendored/node/yaaknode", "vendored/protoc/yaakprotoc"