mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-04-05 08:43:43 +03:00
Merge pull request #164 from alldevic/fix-icon
This commit is contained in:
commit
1e383859ca
7
patches/0006-Fix-window-icon.patch
Normal file
7
patches/0006-Fix-window-icon.patch
Normal file
@ -0,0 +1,7 @@
|
||||
diff --git a/main/lib/createWindow.js b/main/lib/createWindow.js
|
||||
--- a//main/lib/createWindow.js
|
||||
+++ b//main/lib/createWindow.js
|
||||
@@ -56,2 +56,3 @@ exports.config = {
|
||||
height: 800,
|
||||
+ icon: node_path_1.default.join(__dirname, '../../app', 'favicon.png'),
|
||||
webPreferences: {
|
Loading…
Reference in New Issue
Block a user