From 3a8a6484c76e22a68e8a174cf75120db6b6732ed Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 1 Oct 2025 16:42:38 -0700 Subject: [PATCH] Fix release windows signing --- src-tauri/tauri.commercial.conf.json | 3 +++ src-web/components/TemplateFunctionDialog.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.commercial.conf.json b/src-tauri/tauri.commercial.conf.json index 5e0e8681..bafd74de 100644 --- a/src-tauri/tauri.commercial.conf.json +++ b/src-tauri/tauri.commercial.conf.json @@ -31,5 +31,8 @@ }, "bundle": { "createUpdaterArtifacts": "v1Compatible" + }, + "windows": { + "signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp %1" } } diff --git a/src-web/components/TemplateFunctionDialog.tsx b/src-web/components/TemplateFunctionDialog.tsx index 1e388dc6..ca270def 100644 --- a/src-web/components/TemplateFunctionDialog.tsx +++ b/src-web/components/TemplateFunctionDialog.tsx @@ -196,7 +196,7 @@ function InitializedTemplateFunctionDialog({