From 95ae41334263c0c362c0f1a88e461b9d00ef5056 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 3 Feb 2025 09:04:36 +0000 Subject: [PATCH] Fix strictVerify some more Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- electron-builder.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron-builder.ts b/electron-builder.ts index 85eaf85f..abf0ca63 100644 --- a/electron-builder.ts +++ b/electron-builder.ts @@ -149,8 +149,8 @@ const config: Omit, "electronFuses"> & { darkModeSupport: true, hardenedRuntime: true, gatekeeperAssess: true, - // @ts-expect-error - due to https://github.com/electron/osx-sign/issues/344 - strictVerify: "strict", + // XXX: we cannot specify this due to https://github.com/electron/osx-sign/issues/344 + // strictVerify: true, entitlements: "./build/entitlements.mac.plist", icon: "build/icons/icon.icns", mergeASARs: true,