summarylogtreecommitdiffstats
path: root/fix-i18n-location.diff
blob: 4a30a27ce53a626cdf0ad28bb82342a18be7b5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/main.dev.ts b/src/main.dev.ts
index a39fc2b5..0fedde7c 100644
--- a/src/main.dev.ts
+++ b/src/main.dev.ts
@@ -310,7 +310,7 @@ const createWindow = async () => {
 
   const localesPath = app.isPackaged
     ? path.join(process.resourcesPath, 'i18n', 'locales')
-    : path.join(__dirname, 'i18n', 'locales');
+    : path.join(__dirname, '../i18n', 'locales');
 
   logger.log('localesPath', { localesPath });