From a89978c0d2b0da50442efb38f97d29b1e1205f6b Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Fri, 23 May 2025 17:50:50 +0800 Subject: [PATCH] chore: disable code signature verification for Windows updates in electron-builder configuration --- electron-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/electron-builder.yml b/electron-builder.yml index 5d7e58fe08..3755e7eab8 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -47,6 +47,7 @@ win: - target: portable signtoolOptions: sign: scripts/win-sign.js + verifyUpdateCodeSignature: false nsis: artifactName: ${productName}-${version}-${arch}-setup.${ext} shortcutName: ${productName}