Move signing into Tauri

This commit is contained in:
Gregory Schier
2024-11-22 05:49:24 -08:00
parent 794967904a
commit 41ce2df00c
2 changed files with 4 additions and 10 deletions

View File

@@ -80,7 +80,8 @@
},
"windows": {
"digestAlgorithm": "sha256",
"timestampUrl": ""
"timestampUrl": "",
"signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a YaakApp -c yaakapp %1"
}
}
}