Browse Source

Disable Windows update code signature verification (#24905)

Brendan Allan 3 months ago
parent
commit
d37e5af57d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/desktop-electron/electron-builder.config.ts

+ 1 - 0
packages/desktop-electron/electron-builder.config.ts

@@ -63,6 +63,7 @@ const getBase = (): Configuration => ({
       sign: signWindows,
     },
     target: ["nsis"],
+    verifyUpdateCodeSignature: false,
   },
   nsis: {
     oneClick: false,