Explorar el Código

Disable Windows update code signature verification (#24905)

Brendan Allan hace 3 meses
padre
commit
d37e5af57d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,
       sign: signWindows,
     },
     },
     target: ["nsis"],
     target: ["nsis"],
+    verifyUpdateCodeSignature: false,
   },
   },
   nsis: {
   nsis: {
     oneClick: false,
     oneClick: false,