mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
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
16 lines
774 B
Diff
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",
|
|
+ })
|