aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Marco Trevisan <mail@3v1n0.net>2023-11-25 19:34:10 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-25 11:34:10 -0700
commit9ee40ccc2134cdfb7a33d4a850ec2e01025188e5 (patch)
tree5dafb23bf39e0e5f86a1d81f465c5894eb000239 /electron-builder.yml
parent6.6.1-nightly.9 [skip ci] (diff)
downloadferdium-app-9ee40ccc2134cdfb7a33d4a850ec2e01025188e5.tar.gz
ferdium-app-9ee40ccc2134cdfb7a33d4a850ec2e01025188e5.tar.zst
ferdium-app-9ee40ccc2134cdfb7a33d4a850ec2e01025188e5.zip
electron-builder: Allow native wayland support (#1455)
This allows the app to be launched with flags for being a native wayland client.
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml1
1 files changed, 1 insertions, 0 deletions
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:
9 9
10snap: 10snap:
11 plugs: ["default", "camera", "audio-record", "removable-media"] 11 plugs: ["default", "camera", "audio-record", "removable-media"]
12 allowNativeWayland: true
12 publish: 13 publish:
13 provider: snapStore 14 provider: snapStore
14 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`.' 15 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`.'