From 25db092b4139b1f401c7903bcf21a2cfadfe5bc8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Jul 2024 21:04:20 +0300 Subject: [PATCH] electron: Fix crash due to missing i18next --- bin/copy-dist.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index 3c80598c3..62314fcb9 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -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) {