From 356c87fb2e87c73161b7e41f21facc068e8dad88 Mon Sep 17 00:00:00 2001 From: Cedric Roijakkers Date: Fri, 6 May 2022 10:10:03 +0200 Subject: Fix for issue 106: single line description (#107) --- electron-builder.yml | 8 ++------ 1 file 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: category: Network;InstantMessaging; executableName: ferdium synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more." - 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`. + # 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. + 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`.' target: - target: AppImage - target: deb -- cgit v1.2.3-54-g00ecf