diff options
Diffstat (limited to 'net-im/signal-desktop/files/patch-patches_electron-builder.patch')
-rw-r--r-- | net-im/signal-desktop/files/patch-patches_electron-builder.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-im/signal-desktop/files/patch-patches_electron-builder.patch b/net-im/signal-desktop/files/patch-patches_electron-builder.patch new file mode 100644 index 000000000000..26518e08ede7 --- /dev/null +++ b/net-im/signal-desktop/files/patch-patches_electron-builder.patch @@ -0,0 +1,14 @@ +--- patches/electron-builder.patch.orig 2025-03-16 10:58:43 UTC ++++ patches/electron-builder.patch +@@ -0,0 +1,11 @@ ++--- a/out/cli/install-app-deps.js +++++ b/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", ++ }) |