aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexey Murz Korepov <murznn@gmail.com>2022-05-05 14:47:01 +0400
committerLibravatar GitHub <noreply@github.com>2022-05-05 10:47:01 +0000
commit11a7c0621429bfb731eac1031d9ec0d56ba1e6d5 (patch)
tree6060965b35d7882e63f3e882607ec8dab0f8f6b5
parent6.0.0-nightly.26 [skip ci] (diff)
downloadferdium-app-11a7c0621429bfb731eac1031d9ec0d56ba1e6d5.tar.gz
ferdium-app-11a7c0621429bfb731eac1031d9ec0d56ba1e6d5.tar.zst
ferdium-app-11a7c0621429bfb731eac1031d9ec0d56ba1e6d5.zip
Add documentation to enable webcam and microphone in snap distro (#98) [skip ci]
-rw-r--r--electron-builder.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 2a503893e..5e2e42c30 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -70,7 +70,12 @@ linux:
70 category: Network;InstantMessaging; 70 category: Network;InstantMessaging;
71 executableName: ferdium 71 executableName: ferdium
72 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more." 72 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more."
73 description: "Ferdium is your messaging app / former heir to the throne of Austria-Hungary and combines chat & messaging services into one application. Ferdium currently supports Slack, WhatsApp, Gmail, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Ferdium for free for Mac, Windows, and Linux." 73 description: |
74 Ferdium is your messaging app / former heir to the throne of Austria-Hungary and combines chat & messaging services into one application.
75 Ferdium currently supports Slack, WhatsApp, Gmail, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more.
76 You can download Ferdium for free for Mac, Windows, and Linux.
77 For enabling webcam access you need to connect "camera" plug to snap, and for microphone with PulseAudio - "pulseaudio" plug.
78 This can be done in Snap GUI or via command: `snap connect ferdium:camera; snap connect ferdium:pulseaudio`.
74 target: 79 target:
75 - target: AppImage 80 - target: AppImage
76 - target: deb 81 - target: deb