From 96a8d5249b64bdade76084a793acb3ece2e53fa0 Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Mon, 17 Apr 2023 02:09:59 +0200 Subject: [PATCH] Enable binary signing --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 23f5c129c..26312eadb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -77,9 +77,9 @@ "shortDescription": "ChatGPT", "targets": "all", "windows": { - "certificateThumbprint": null, + "certificateThumbprint": "A4343F6D6FE379304536A3F735047AB14A853456", "digestAlgorithm": "sha256", - "timestampUrl": "", + "timestampUrl": "http://timestamp.digicert.com", "webviewInstallMode": { "silent": true, "type": "embedBootstrapper"