summarylogtreecommitdiffstats
path: root/systray.patch
blob: c3da7ffb8923a0f818914db926eae871f39438e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/app/js/main/Utils/index.js b/app/js/main/Utils/index.js
index 1d4664c..0ff1f4f 100644
--- a/app/js/main/Utils/index.js
+++ b/app/js/main/Utils/index.js
@@ -184,7 +184,7 @@ var platformVersion =
                 e = "build/mac/trayTemplate.png";
                 break;
               case this.isLinux():
-                e = "build/linux/systray.png";
+                e = "../../../share/deezer/systray.png";
             }
             return _path2.default.join(process.resourcesPath, e);
           }