ports/net-im/signal-desktop/files/patch-patches_electron-builder+23.0.1.patch
Mikael Urankar 30709f1635 net-im/signal-desktop: Add new port
Signal is a cross-platform centralized encrypted messaging service developed
by the Signal Technology Foundation and Signal Messenger LLC.
It uses the Internet to send one-to-one and group messages, which can include
files, voice notes, images and videos. It can also be used to make one-to-one
and group voice and video calls,[16][17] and the Android version can optionally
function as an SMS app

WWW: https://signal.org/

Special thanks to: tagattie@ for maintaining the electron ports
2022-06-23 13:38:17 +02:00

16 lines
774 B
Diff

--- patches/electron-builder+23.0.1.patch.orig 2022-02-24 13:03:47 UTC
+++ patches/electron-builder+23.0.1.patch
@@ -0,0 +1,13 @@
+diff --git a/node_modules/electron-builder/out/cli/install-app-deps.js b/node_modules/electron-builder/out/cli/install-app-deps.js
+index 0c58564..2b6f9a5 100644
+--- a/node_modules/electron-builder/out/cli/install-app-deps.js
++++ b/node_modules/electron-builder/out/cli/install-app-deps.js
+@@ -23,7 +23,7 @@ function configureInstallAppDepsCommand(yargs) {
+ "camel-case-expansion": false,
+ })
+ .option("platform", {
+- choices: ["linux", "darwin", "win32"],
++ choices: ["freebsd", "linux", "darwin", "win32"],
+ default: process.platform,
+ description: "The target platform",
+ })