aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')"]