aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Marco Trevisan <mail@3v1n0.net>2023-11-27 01:21:07 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-26 17:21:07 -0700
commit851c0d71306700c568b5c8fcfa60eec341eb08bb (patch)
tree0dbdab9db4fd228267eb8f2bd52479444b2ba826
parentelectron-builder: Run snap as native wayland client unless specified (#1456) (diff)
downloadferdium-app-851c0d71306700c568b5c8fcfa60eec341eb08bb.tar.gz
ferdium-app-851c0d71306700c568b5c8fcfa60eec341eb08bb.tar.zst
ferdium-app-851c0d71306700c568b5c8fcfa60eec341eb08bb.zip
electron-builder: Use core22 as snap base (#1457)
-rw-r--r--electron-builder.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 94be1dfa1..a3b41090c 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -8,6 +8,7 @@ publish:
8 provider: github 8 provider: github
9 9
10snap: 10snap:
11 base: core22
11 plugs: ["default", "camera", "audio-record", "removable-media"] 12 plugs: ["default", "camera", "audio-record", "removable-media"]
12 allowNativeWayland: true 13 allowNativeWayland: true
13 executableArgs: ["$(sh -c '[ \"$(snapctl get wayland-native)\" != \"false\" ] && echo --ozone-platform-hint=auto || true')"] 14 executableArgs: ["$(sh -c '[ \"$(snapctl get wayland-native)\" != \"false\" ] && echo --ozone-platform-hint=auto || true')"]