Fix logo display

This commit is contained in:
Scott E. Graves
2019-04-11 16:29:09 -05:00
parent ce7e630a16
commit e08631b2c4

View File

@@ -160,7 +160,7 @@ function createWindow() {
}
]);
const image = nativeImage.createFromPath(path.join(__dirname, (os.platform() === 'darwin') ? '/build/logo_mac.png' : '/build/logo.png'));
const image = nativeImage.createFromPath(path.join(__dirname, (os.platform() === 'darwin') ? '../build/logo_mac.png' : '../build/logo.png'));
mainWindowTray = new Tray(image);
autoLauncher