aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-14 01:35:01 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-14 05:05:01 +0530
commit5ed663a80e2cefc37a713c2097e2904a2b3d00d6 (patch)
tree133648d8e6c0ee306c3a8d7f32c20fc42301da9b /electron-builder.yml
parentfix: snap ferdi prompt by including the process path for the permission reque... (diff)
downloadferdium-app-5ed663a80e2cefc37a713c2097e2904a2b3d00d6.tar.gz
ferdium-app-5ed663a80e2cefc37a713c2097e2904a2b3d00d6.tar.zst
ferdium-app-5ed663a80e2cefc37a713c2097e2904a2b3d00d6.zip
fix: ferdi is very slow to start on kubuntu (#2064)
- remove compression maximum setting for electron-builder
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 893fa4701..0159e701f 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -4,8 +4,6 @@ directories:
4 4
5appId: "com.kytwb.ferdi" 5appId: "com.kytwb.ferdi"
6 6
7compression: maximum
8
9mac: 7mac:
10 hardenedRuntime: true 8 hardenedRuntime: true
11 gatekeeperAssess: false 9 gatekeeperAssess: false