Fix Tauri signing account name

This commit is contained in:
Gregory Schier
2024-11-22 06:17:37 -08:00
parent 41ce2df00c
commit 4687723176

View File

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