aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.js b/src/config.js
index daccfb03a..663b2653d 100644
--- a/src/config.js
+++ b/src/config.js
@@ -25,7 +25,7 @@ export const DEFAULT_APP_SETTINGS = {
25 enableGPUAcceleration: true, 25 enableGPUAcceleration: true,
26}; 26};
27 27
28export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request'; 28export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-service-request';
29export const FRANZ_TRANSLATION = 'http://bit.ly/franz-translate'; 29export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
30 30
31export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config', 'settings.json'); 31export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config', 'settings.json');