aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
blob: 3e72da4cecffba848f2df21867beae8ca4c5b4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
directories:
  app: ./build
  output: ./out

appId: "com.meetfranz.franz"

compression: maximum

mac:
  category: public.app-category.productivity
  icon: ./build-helpers/images/icon.icns

dmg:
  background: ./build-helpers/images/dmgInstaller.tiff
  icon: ./build-helpers/images/icon.icns
  iconSize: 128
  contents: [{x: 380, y: 240, type: link, path: /Applications}, {x: 122, y: 240, type: file}]

win:
  icon: ./build-helpers/images/icon.ico
  target:
    target: nsis
    arch:
    - x64
    - ia32

linux:
  icon: ./build-helpers/images/icons
  category: Network;InstantMessaging;
  executableName: franz
  synopsis: "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more."
  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."
  target:
    - target: AppImage
    - target: deb
    - target: tar.gz

nsis:
  perMachine: false
  oneClick: true

protocols: 
  name: Franz
  schemes: [franz]