aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index b1ab3016e..94be1dfa1 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -10,6 +10,8 @@ publish:
10snap: 10snap:
11 plugs: ["default", "camera", "audio-record", "removable-media"] 11 plugs: ["default", "camera", "audio-record", "removable-media"]
12 allowNativeWayland: true 12 allowNativeWayland: true
13 executableArgs: ["$(sh -c '[ \"$(snapctl get wayland-native)\" != \"false\" ] && echo --ozone-platform-hint=auto || true')"]
14 hooks: ./build-helpers/snap-hooks
13 publish: 15 publish:
14 provider: snapStore 16 provider: snapStore
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`.' 17 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`.'