Fix logo display
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user