We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71b827 commit d37e5afCopy full SHA for d37e5af
1 file changed
packages/desktop-electron/electron-builder.config.ts
@@ -63,6 +63,7 @@ const getBase = (): Configuration => ({
63
sign: signWindows,
64
},
65
target: ["nsis"],
66
+ verifyUpdateCodeSignature: false,
67
68
nsis: {
69
oneClick: false,
0 commit comments