mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
linux app icon
This commit is contained in:
parent
9bc39d5851
commit
49950068a3
@ -150,6 +150,9 @@ function createWindow() {
|
||||
store.set('winBounds', mainWindow.getBounds());
|
||||
});
|
||||
mainWindow.loadURL(startUrl);
|
||||
if (os.platform() == 'linux') {
|
||||
mainWindow.setIcon(path.resolve(__dirname, '../icon.png'));
|
||||
}
|
||||
}
|
||||
|
||||
splashWindow = new BrowserWindow({
|
||||
|
Loading…
Reference in New Issue
Block a user