aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-28 13:15:37 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-28 13:15:37 +0200
commit3d7be56c68ce78eec20ea74656a9d91938d73c2d (patch)
treebad78ccbdaea4dc8e7ce49e184d6c68cf2983150
parentAdd server information to README (diff)
downloadferdium-app-3d7be56c68ce78eec20ea74656a9d91938d73c2d.tar.gz
ferdium-app-3d7be56c68ce78eec20ea74656a9d91938d73c2d.tar.zst
ferdium-app-3d7be56c68ce78eec20ea74656a9d91938d73c2d.zip
Change protocol to ferdi
-rw-r--r--src/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index e1b4a7cd2..92740aaa2 100644
--- a/src/index.js
+++ b/src/index.js
@@ -325,10 +325,10 @@ if (argv['auth-negotiate-delegate-whitelist']) {
325// Some APIs can only be used after this event occurs. 325// Some APIs can only be used after this event occurs.
326app.on('ready', () => { 326app.on('ready', () => {
327 // Register App URL 327 // Register App URL
328 app.setAsDefaultProtocolClient('franz'); 328 app.setAsDefaultProtocolClient('ferdi');
329 329
330 if (isDevMode) { 330 if (isDevMode) {
331 app.setAsDefaultProtocolClient('franz-dev'); 331 app.setAsDefaultProtocolClient('ferdi-dev');
332 } 332 }
333 333
334 if (process.platform === 'win32') { 334 if (process.platform === 'win32') {