From 6220ad6847cb7af2ee935231e30e624da5082089 Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Sat, 15 Nov 2025 11:16:05 +0100 Subject: net-im/signal-desktop: Update to 7.79.0 --- .../files/patch-ts_scripts_fuse-electron.node.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-im/signal-desktop/files/patch-ts_scripts_fuse-electron.node.ts (limited to 'net-im/signal-desktop/files/patch-ts_scripts_fuse-electron.node.ts') diff --git a/net-im/signal-desktop/files/patch-ts_scripts_fuse-electron.node.ts b/net-im/signal-desktop/files/patch-ts_scripts_fuse-electron.node.ts new file mode 100644 index 000000000000..01620da03e89 --- /dev/null +++ b/net-im/signal-desktop/files/patch-ts_scripts_fuse-electron.node.ts @@ -0,0 +1,11 @@ +--- ts/scripts/fuse-electron.node.ts.orig 2023-10-19 19:29:53 UTC ++++ ts/scripts/fuse-electron.node.ts +@@ -17,7 +17,7 @@ export async function afterPack({ + target = `${productFilename}.app`; + } else if (electronPlatformName === 'win32') { + target = `${productFilename}.exe`; +- } else if (electronPlatformName === 'linux') { ++ } else if (electronPlatformName === 'linux' || electronPlatformName === 'freebsd') { + // Sadly, `LinuxPackager` type is not exported by electron-builder so we + // have to improvise + target = (packager as unknown as { executableName: string }).executableName; -- cgit v1.2.3