build: remove entitlements no longer required by newer versions of Electron
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -91,6 +91,9 @@
|
||||
"assets/**/*",
|
||||
"icon/**/*"
|
||||
],
|
||||
"asarUnpack": [
|
||||
"node_modules/keytar"
|
||||
],
|
||||
"protocols": [
|
||||
{
|
||||
"name": "Standard Notes",
|
||||
|
||||
Reference in New Issue
Block a user