fix: include empty cert pass

This commit is contained in:
izzy 2025-10-08 17:51:45 +01:00
parent 2cf64b556f
commit 864571df56
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ const config: ForgeConfig = {
rebuildConfig: {}, rebuildConfig: {},
makers: [ makers: [
new MakerAppX({ new MakerAppX({
certPass: "",
packageExecutable: `app\\${STRINGS.execName}.exe`, packageExecutable: `app\\${STRINGS.execName}.exe`,
publisher: "CN=B040CC7E-0016-4AF5-957F-F8977A6CFA3B", publisher: "CN=B040CC7E-0016-4AF5-957F-F8977A6CFA3B",
}), }),

View File

@ -1,7 +1,7 @@
{ {
"name": "stoat-desktop", "name": "stoat-desktop",
"productName": "stoat-desktop", "productName": "stoat-desktop",
"version": "1.1.7", "version": "1.1.8",
"main": ".vite/build/main.js", "main": ".vite/build/main.js",
"repository": "stoatchat/desktop", "repository": "stoatchat/desktop",
"scripts": { "scripts": {