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