aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-helpers/entitlements.mas.inherit.plist2
-rw-r--r--build-helpers/entitlements.mas.plist2
-rw-r--r--electron-builder.yml3
3 files changed, 3 insertions, 4 deletions
diff --git a/build-helpers/entitlements.mas.inherit.plist b/build-helpers/entitlements.mas.inherit.plist
index ef14228f0..202e6f431 100644
--- a/build-helpers/entitlements.mas.inherit.plist
+++ b/build-helpers/entitlements.mas.inherit.plist
@@ -3,7 +3,7 @@
3<plist version="1.0"> 3<plist version="1.0">
4 <dict> 4 <dict>
5 <key>com.apple.security.cs.allow-jit</key> 5 <key>com.apple.security.cs.allow-jit</key>
6 <true/> 6 <true/>
7 <key>com.apple.security.cs.allow-unsigned-executable-memory</key> 7 <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8 <true/> 8 <true/>
9 <key>com.apple.security.cs.disable-library-validation</key> 9 <key>com.apple.security.cs.disable-library-validation</key>
diff --git a/build-helpers/entitlements.mas.plist b/build-helpers/entitlements.mas.plist
index ef14228f0..202e6f431 100644
--- a/build-helpers/entitlements.mas.plist
+++ b/build-helpers/entitlements.mas.plist
@@ -3,7 +3,7 @@
3<plist version="1.0"> 3<plist version="1.0">
4 <dict> 4 <dict>
5 <key>com.apple.security.cs.allow-jit</key> 5 <key>com.apple.security.cs.allow-jit</key>
6 <true/> 6 <true/>
7 <key>com.apple.security.cs.allow-unsigned-executable-memory</key> 7 <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8 <true/> 8 <true/>
9 <key>com.apple.security.cs.disable-library-validation</key> 9 <key>com.apple.security.cs.disable-library-validation</key>
diff --git a/electron-builder.yml b/electron-builder.yml
index 4150ba916..d4a22c88f 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -66,5 +66,4 @@ protocols:
66 66
67asarUnpack: 67asarUnpack:
68 - ./recipes 68 - ./recipes
69 - ./node_modules/mac-screen-capture-permissions 69 - ./assets/images/taskbar
70 - ./assets/images/taskbar \ No newline at end of file