aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Cedric Roijakkers <croijakkers@ilionx.com>2022-05-06 10:10:03 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-06 09:10:03 +0100
commit356c87fb2e87c73161b7e41f21facc068e8dad88 (patch)
tree4c71f8116a78b5b65ee3472257dd0cf8e3763f8c /electron-builder.yml
parent6.0.0-nightly.27 [skip ci] (diff)
downloadferdium-app-356c87fb2e87c73161b7e41f21facc068e8dad88.tar.gz
ferdium-app-356c87fb2e87c73161b7e41f21facc068e8dad88.tar.zst
ferdium-app-356c87fb2e87c73161b7e41f21facc068e8dad88.zip
Fix for issue 106: single line description (#107)
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 5e2e42c30..822200234 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -70,12 +70,8 @@ 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: | 73 # 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.
74 Ferdium is your messaging app / former heir to the throne of Austria-Hungary and combines chat & messaging services into one application. 74 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`.'
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`.
79 target: 75 target:
80 - target: AppImage 76 - target: AppImage
81 - target: deb 77 - target: deb