mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
refactor: set icon of windows
This commit is contained in:
parent
86c2a60184
commit
f9f99adbf9
@ -35,7 +35,8 @@ app.on('ready', async () => {
|
||||
contextIsolation: true,
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
webviewTag: true
|
||||
}
|
||||
},
|
||||
icon: path.join(__dirname, 'about/256x256.png')
|
||||
});
|
||||
|
||||
const url = isDev
|
||||
|
Loading…
Reference in New Issue
Block a user