blob: ca37b76b577963a20c67cf4c343038f34a9c72f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ts/scripts/copy-language-packs.ts.orig 2022-12-04 09:58:27 UTC
+++ ts/scripts/copy-language-packs.ts
@@ -31,6 +31,7 @@ export async function afterPack({
'Resources'
);
} else if (
+ electronPlatformName === 'freebsd' ||
electronPlatformName === 'linux' ||
electronPlatformName === 'win32'
) {
|