Skip to content

Commit

Permalink
electron: Fix crash due to missing i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 24, 2024
1 parent 379c07a commit 25db092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/copy-dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ const copy = async () => {
"node_modules/print-this/",
"node_modules/split.js/dist/",
"node_modules/panzoom/dist/",
"node_modules/i18next/",
"node_modules/i18next-http-backend/"
];

for (const folder of nodeModulesFolder) {
Expand Down

0 comments on commit 25db092

Please sign in to comment.