diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-12-17 11:04:26 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-12-17 11:09:36 +0100 |
commit | 273abb319ffcc05f59b2725480c49d40bd576fa5 (patch) | |
tree | 4d55404a09df14e3864de5aa3833bed8b0a09bbe /net-im/signal-desktop/files/patch-ts_scripts_copy-language-packs.ts | |
parent | multimedia/ringrtc: Update to 2.22.0 (diff) |
net-im/signal-desktop: Update to 6.1.0
Changes:
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.57.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.61.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.61.1
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.62.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v6.0.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v6.1.0
Diffstat (limited to 'net-im/signal-desktop/files/patch-ts_scripts_copy-language-packs.ts')
-rw-r--r-- | net-im/signal-desktop/files/patch-ts_scripts_copy-language-packs.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/signal-desktop/files/patch-ts_scripts_copy-language-packs.ts b/net-im/signal-desktop/files/patch-ts_scripts_copy-language-packs.ts new file mode 100644 index 000000000000..ca37b76b5779 --- /dev/null +++ b/net-im/signal-desktop/files/patch-ts_scripts_copy-language-packs.ts @@ -0,0 +1,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' + ) { |