mirror of
https://github.com/element-hq/element-desktop.git
synced 2025-12-23 23:59:16 -05:00
Specify strictVerify to electron-builder mac builds (#2624)
This commit is contained in:
committed by
GitHub
parent
e4f75de04c
commit
e5f6bd882f
@@ -156,8 +156,7 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
|
||||
darkModeSupport: true,
|
||||
hardenedRuntime: true,
|
||||
gatekeeperAssess: true,
|
||||
// XXX: we cannot specify this due to https://github.com/electron/osx-sign/issues/344
|
||||
// strictVerify: true,
|
||||
strictVerify: true,
|
||||
entitlements: "./build/entitlements.mac.plist",
|
||||
icon: "build/icon.icns",
|
||||
mergeASARs: true,
|
||||
|
||||
Reference in New Issue
Block a user