From 586255b54e431fc9c9199229fe63e6042ffad9eb Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Wed, 25 Jun 2025 16:54:41 -0700 Subject: [PATCH] add windows signing --- src-tauri/tauri.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0ab8e29..a700e8a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -50,6 +50,9 @@ "type": "none" } } + }, + "windows": { + "signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a CJ-Signing -c cjpais-dev -d Handy %1" } } -} +} \ No newline at end of file