aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /electron-builder.yml
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index fe879149e..a1d58cd10 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
5appId: "com.kytwb.ferdi" 5appId: "com.kytwb.ferdium"
6 6
7mac: 7mac:
8 hardenedRuntime: true 8 hardenedRuntime: true
@@ -47,9 +47,9 @@ win:
47linux: 47linux:
48 icon: ./build-helpers/images/icons 48 icon: ./build-helpers/images/icons
49 category: Network;InstantMessaging; 49 category: Network;InstantMessaging;
50 executableName: ferdi 50 executableName: ferdium
51 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more." 51 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more."
52 description: "Ferdi is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Ferdi currently supports Slack, WhatsApp, Gmail, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Ferdi for free for Mac & Windows." 52 description: "Ferdium is your messaging app / former Emperor of Austria 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."
53 target: 53 target:
54 - target: AppImage 54 - target: AppImage
55 - target: deb 55 - target: deb
@@ -64,8 +64,8 @@ nsis:
64 oneClick: true 64 oneClick: true
65 65
66protocols: 66protocols:
67 name: Ferdi 67 name: Ferdium
68 schemes: [ferdi] 68 schemes: [ferdium]
69 69
70asarUnpack: 70asarUnpack:
71 - ./recipes 71 - ./recipes