aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml29
1 files changed, 19 insertions, 10 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 081149531..df7d2223a 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -2,35 +2,43 @@ directories:
2 app: ./build 2 app: ./build
3 output: ./out 3 output: ./out
4 4
5appId: "com.meetfranz.franz" 5appId: "com.kytwb.ferdi"
6 6
7compression: maximum 7compression: maximum
8 8
9mac: 9mac:
10 hardenedRuntime: true
11 gatekeeperAssess: false
10 category: public.app-category.productivity 12 category: public.app-category.productivity
11 icon: ./build-helpers/images/icon.icns 13 icon: ./build-helpers/images/icon.icns
12 darkModeSupport: true 14 darkModeSupport: true
13 15
16afterSign: ./build-helpers/notarize.js
17
14dmg: 18dmg:
15 background: ./build-helpers/images/dmgInstaller.tiff 19 background: ./build-helpers/images/dmgInstaller.tiff
16 icon: ./build-helpers/images/icon.icns 20 icon: ./build-helpers/images/icon.icns
17 iconSize: 128 21 iconSize: 128
18 contents: [{x: 380, y: 240, type: link, path: /Applications}, {x: 122, y: 240, type: file}] 22 contents:
23 [
24 { x: 380, y: 240, type: link, path: /Applications },
25 { x: 122, y: 240, type: file },
26 ]
19 27
20win: 28win:
21 icon: ./build-helpers/images/icon.ico 29 icon: ./build-helpers/images/icon.ico
22 target: 30 target:
23 target: nsis 31 - target: nsis
24 arch: 32 arch: [x64, ia32]
25 - x64 33 - target: portable
26 - ia32 34 arch: [x64, ia32]
27 35
28linux: 36linux:
29 icon: ./build-helpers/images/icons 37 icon: ./build-helpers/images/icons
30 category: Network;InstantMessaging; 38 category: Network;InstantMessaging;
31 executableName: franz 39 executableName: ferdi
32 synopsis: "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more." 40 synopsis: "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more."
33 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." 41 description: "Ferdi is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Ferdi currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Ferdi for free for Mac & Windows."
34 target: 42 target:
35 - target: AppImage 43 - target: AppImage
36 - target: deb 44 - target: deb
@@ -41,9 +49,10 @@ nsis:
41 oneClick: true 49 oneClick: true
42 50
43protocols: 51protocols:
44 name: Franz 52 name: Ferdi
45 schemes: [franz] 53 schemes: [ferdi]
46 54
47asarUnpack: 55asarUnpack:
48 - ./dictionaries 56 - ./dictionaries
57 - ./recipes
49 - ./assets/images/taskbar 58 - ./assets/images/taskbar