From ab215c0bdae2814ee2a01837a368c130f8539b57 Mon Sep 17 00:00:00 2001 From: Jai A Date: Fri, 31 Jan 2025 17:15:40 -0800 Subject: [PATCH] attempt signed build --- apps/app/tauri-release.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/app/tauri-release.conf.json b/apps/app/tauri-release.conf.json index 32b8a3489..e623e807b 100644 --- a/apps/app/tauri-release.conf.json +++ b/apps/app/tauri-release.conf.json @@ -1,6 +1,9 @@ { "bundle": { - "createUpdaterArtifacts": "v1Compatible" + "createUpdaterArtifacts": "v1Compatible", + "windows": { + "certificateThumbprint": "6007d6ed9b1ba057aa29144d58ca3ed89ac4ef94" + } }, "build": { "features": ["updater"]