diff options
Diffstat (limited to 'net-im/signal-desktop/files/patch-app_main.ts')
-rw-r--r-- | net-im/signal-desktop/files/patch-app_main.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/signal-desktop/files/patch-app_main.ts b/net-im/signal-desktop/files/patch-app_main.ts new file mode 100644 index 000000000000..abd04e0d996e --- /dev/null +++ b/net-im/signal-desktop/files/patch-app_main.ts @@ -0,0 +1,11 @@ +--- app/main.ts.orig 2023-10-19 19:29:53 UTC ++++ app/main.ts +@@ -648,7 +648,7 @@ if (OS.isWindows()) { + + if (OS.isWindows()) { + windowIcon = join(__dirname, '../build/icons/win/icon.ico'); +-} else if (OS.isLinux()) { ++} else if (OS.isLinux() || OS.isFreeBSD()) { + windowIcon = join(__dirname, '../images/signal-logo-desktop-linux.png'); + } else { + windowIcon = join(__dirname, '../build/icons/png/512x512.png'); |