electron: Fix crash due to missing i18next

This commit is contained in:
Elian Doran 2024-07-24 21:04:20 +03:00
parent 379c07a7fa
commit 25db092b41
No known key found for this signature in database

View File

@ -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) {