aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 3f7ad1e85..96bd63cc2 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -2,7 +2,7 @@ directories:
2 app: ./build 2 app: ./build
3 output: ./out 3 output: ./out
4 4
5# forceCodeSigning: true 5appId: "com.meetfranz.franz"
6 6
7compression: maximum 7compression: maximum
8 8
@@ -24,10 +24,17 @@ linux:
24 icon: ./build-helpers/images/icons 24 icon: ./build-helpers/images/icons
25 category: Network;InstantMessaging; 25 category: Network;InstantMessaging;
26 executableName: franz 26 executableName: franz
27 synopsis: "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more."
28 description: "Franz is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Franz currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Franz for free for Mac & Windows."
27 target: 29 target:
28 - target: AppImage 30 - target: AppImage
29 - target: deb 31 - target: deb
32 - target: tar.gz
30 33
31nsis: 34nsis:
32 perMachine: false 35 perMachine: false
33 oneClick: true 36 oneClick: true
37
38protocols:
39 name: Franz
40 schemes: [franz]