Skip to content

Commit d37e5af

Browse files
authored
Disable Windows update code signature verification (#24905)
1 parent d71b827 commit d37e5af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/desktop-electron/electron-builder.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const getBase = (): Configuration => ({
6363
sign: signWindows,
6464
},
6565
target: ["nsis"],
66+
verifyUpdateCodeSignature: false,
6667
},
6768
nsis: {
6869
oneClick: false,

0 commit comments

Comments
 (0)