mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-25 22:41:30 +02:00
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: () =>
|
click: () =>
|
||||||
openAboutWindow({
|
openAboutWindow({
|
||||||
product_name: 'Bruno',
|
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/',
|
homepage: 'https://www.usebruno.com/',
|
||||||
package_json_dir: join(__dirname, '../..')
|
package_json_dir: join(__dirname, '../..')
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user