diff --git a/patches/0006-Fix-window-icon.patch b/patches/0006-Fix-window-icon.patch new file mode 100644 index 0000000..af6472b --- /dev/null +++ b/patches/0006-Fix-window-icon.patch @@ -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: {