aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 22:00:58 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 16:34:09 +0000
commit51ddba3a541d71b7877fce944f48ee6dd2c4098d (patch)
treea11b03a05b15c749f1d9edf71abe78246aa2f0e4
parentChanged occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catc... (diff)
downloadferdium-app-51ddba3a541d71b7877fce944f48ee6dd2c4098d.tar.gz
ferdium-app-51ddba3a541d71b7877fce944f48ee6dd2c4098d.tar.zst
ferdium-app-51ddba3a541d71b7877fce944f48ee6dd2c4098d.zip
Fixing stale reference to npm module that has been removed.
-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