From d84de509e4bfb401d9f4ed3cdf657755a12795e4 Mon Sep 17 00:00:00 2001 From: plenarius Date: Tue, 21 Apr 2026 13:13:06 -0400 Subject: [PATCH] fix: disable code signing with signtoolOptions.sign null --- electron-builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index ee29c11..4ff7fbf 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -29,7 +29,8 @@ asar: true win: target: nsis icon: assets/icon.ico - forceCodeSigning: false + signtoolOptions: + sign: null nsis: oneClick: false allowToChangeInstallationDirectory: true