fix: include empty cert pass
This commit is contained in:
parent
2cf64b556f
commit
864571df56
|
|
@ -35,6 +35,7 @@ const config: ForgeConfig = {
|
|||
rebuildConfig: {},
|
||||
makers: [
|
||||
new MakerAppX({
|
||||
certPass: "",
|
||||
packageExecutable: `app\\${STRINGS.execName}.exe`,
|
||||
publisher: "CN=B040CC7E-0016-4AF5-957F-F8977A6CFA3B",
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "stoat-desktop",
|
||||
"productName": "stoat-desktop",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"main": ".vite/build/main.js",
|
||||
"repository": "stoatchat/desktop",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue