aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Nathanael <36506137+NathanaelGandhi@users.noreply.github.com>2022-06-10 11:12:00 +1000
committerLibravatar GitHub <noreply@github.com>2022-06-10 01:12:00 +0000
commitae232cc0844289aa542be3aca76405eb129770d3 (patch)
tree04c1d8188cf80317b417b0cf95f633ba8127d30e /electron-builder.yml
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-ae232cc0844289aa542be3aca76405eb129770d3.tar.gz
ferdium-app-ae232cc0844289aa542be3aca76405eb129770d3.tar.zst
ferdium-app-ae232cc0844289aa542be3aca76405eb129770d3.zip
Add audio-record plug to snap build (#215)
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 64809a6da..228ad5488 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -8,7 +8,7 @@ publish:
8 provider: github 8 provider: github
9 9
10snap: 10snap:
11 plugs: ["default", "camera"] 11 plugs: ["default", "camera", "audio-record"]
12 publish: 12 publish:
13 provider: snapStore 13 provider: snapStore
14 14
@@ -73,7 +73,7 @@ linux:
73 executableName: ferdium 73 executableName: ferdium
74 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more." 74 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more."
75 # Note: Please keep the description as a single-line string, as this will become the Comment in the ferdium.desktop Linux launcher file, which requires a single line. 75 # Note: Please keep the description as a single-line string, as this will become the Comment in the ferdium.desktop Linux launcher file, which requires a single line.
76 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. For enabling webcam access you need to connect "camera" plug to snap, and for microphone with PulseAudio - "pulseaudio" plug. This can be done in Snap GUI or via command: `snap connect ferdium:camera; snap connect ferdium:pulseaudio`.' 76 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. For enabling webcam access you need to connect "camera" plug to snap, and for microphone with PulseAudio - "audio-record" plug. This can be done in Snap GUI or via command: `snap connect ferdium:camera; snap connect ferdium:audio-record`.'
77 target: 77 target:
78 - target: AppImage 78 - target: AppImage
79 - target: deb 79 - target: deb