forked from CringeStudios/element-desktop
Fix strictVerify some more
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7075780912
commit
95ae413342
@ -149,8 +149,8 @@ const config: Omit<Writable<Configuration>, "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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user