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 77fa92eca..417e45022 100644
--- a/src/config.js
+++ b/src/config.js
@@ -24,7 +24,7 @@ export const DEFAULT_APP_SETTINGS = {
24 enableGPUAcceleration: true, 24 enableGPUAcceleration: true,
25}; 25};
26 26
27export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request'; 27export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-service-request';
28export const FRANZ_TRANSLATION = 'http://bit.ly/franz-translate'; 28export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
29 29
30export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config', 'settings.json'); 30export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config', 'settings.json');