mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 15:14:06 +00:00
try other way to retrieve icon path for about window
This commit is contained in:
@@ -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, '../..')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user