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> <dict>
<key>com.apple.security.cs.allow-jit</key> <key>com.apple.security.cs.allow-jit</key>
<true/> <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> <key>com.apple.security.device.camera</key>
<true/> <true/>
</dict> </dict>

View File

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