Commit 06abff56 authored by dev0tion's avatar dev0tion

Use blue logo

parent d4a49e4f
...@@ -33,9 +33,9 @@ let mainWindow = null; ...@@ -33,9 +33,9 @@ let mainWindow = null;
function createWindow() { function createWindow() {
let applicationIcon let applicationIcon
if (serve) { if (serve) {
applicationIcon = nativeImage.createFromPath("./src/assets/images/breeze-logo.png") applicationIcon = nativeImage.createFromPath("./src/assets/images/breeze-logo-tray.png")
} else { } else {
applicationIcon = nativeImage.createFromPath(path.join(__dirname + '/assets/images/breeze-logo.png')) applicationIcon = nativeImage.createFromPath(path.join(__dirname + '/assets/images/breeze-logo-tray.png'))
} }
// Create the browser window. // Create the browser window.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment