blob: abd04e0d996ec0c15157893e5262462cfddbee39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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');
|