Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 25db092

Browse files
committed
electron: Fix crash due to missing i18next
1 parent 379c07a commit 25db092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/copy-dist.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const copy = async () => {
6666
"node_modules/print-this/",
6767
"node_modules/split.js/dist/",
6868
"node_modules/panzoom/dist/",
69+
"node_modules/i18next/",
70+
"node_modules/i18next-http-backend/"
6971
];
7072

7173
for (const folder of nodeModulesFolder) {

0 commit comments

Comments
 (0)