forked from extern/bruno
try other way to retrieve icon path for about window
This commit is contained in:
parent
36f9902f2e
commit
6a2ba0f746
@ -51,7 +51,7 @@ const template = [
|
||||
click: () =>
|
||||
openAboutWindow({
|
||||
product_name: 'Bruno',
|
||||
icon_path: join(__dirname, '../../resources/icons/png/256x256.png'),
|
||||
icon_path: join(process.cwd(), '/resources/icons/png/256x256.png'),
|
||||
homepage: 'https://www.usebruno.com/',
|
||||
package_json_dir: join(__dirname, '../..')
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user