From 9ee40ccc2134cdfb7a33d4a850ec2e01025188e5 Mon Sep 17 00:00:00 2001 From: Marco Trevisan Date: Sat, 25 Nov 2023 19:34:10 +0100 Subject: electron-builder: Allow native wayland support (#1455) This allows the app to be launched with flags for being a native wayland client. --- electron-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/electron-builder.yml b/electron-builder.yml index 3ccb4d13a..b1ab3016e 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -9,6 +9,7 @@ publish: snap: plugs: ["default", "camera", "audio-record", "removable-media"] + allowNativeWayland: true publish: provider: snapStore description: 'Ferdium is your cross-platform messaging app / former heir to the throne of Austria-Hungary which brings your chat & messaging services together into one application. For enabling webcam access you need to connect "camera" plug to snap, and for microphone with PulseAudio the "audio-record" plug. This can be done in Snap GUI or via command: `snap connect ferdium:camera; snap connect ferdium:audio-record`.' -- cgit v1.2.3-54-g00ecf