diff --git a/auto-imports.d.ts b/auto-imports.d.ts index fb10b91f0..1d89ee8c4 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -4,4 +4,6 @@ // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import export {} -declare global {} +declare global { + +} diff --git a/build/entitlements.mac.plist b/build/entitlements.mac.plist index 3e5a15790..661feb77a 100644 --- a/build/entitlements.mac.plist +++ b/build/entitlements.mac.plist @@ -2,9 +2,7 @@ - com.apple.security.cs.allow-unsigned-executable-memory - - com.apple.security.cs.disable-library-validation + com.apple.security.cs.allow-jit \ No newline at end of file diff --git a/electron-builder.json5 b/electron-builder.json5 index 380c922a7..cb91921ce 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -13,6 +13,7 @@ ], "mac": { "artifactName": "${productName}-${version}.${ext}", + "entitlements": "build/entitlements.mac.plist", "target": [ "default" ]