build: remove entitlements no longer required by newer versions of Electron

This commit is contained in:
Mo
2022-12-14 08:54:56 -06:00
parent fb517a91b0
commit 318b1fdb0f
2 changed files with 3 additions and 6 deletions

View File

@@ -4,12 +4,6 @@
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
</dict>

View File

@@ -91,6 +91,9 @@
"assets/**/*",
"icon/**/*"
],
"asarUnpack": [
"node_modules/keytar"
],
"protocols": [
{
"name": "Standard Notes",