mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
add icon to asar content, change styling to allow copying the content
This commit is contained in:
parent
b767ccd063
commit
f4f093d4db
BIN
packages/bruno-electron/src/about/256x256.png
Normal file
BIN
packages/bruno-electron/src/about/256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
8
packages/bruno-electron/src/about/about.css
Normal file
8
packages/bruno-electron/src/about/about.css
Normal file
@ -0,0 +1,8 @@
|
||||
.versions {
|
||||
-webkit-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
.title {
|
||||
-webkit-user-select: text;
|
||||
user-select: text;
|
||||
}
|
@ -51,7 +51,8 @@ const template = [
|
||||
click: () =>
|
||||
openAboutWindow({
|
||||
product_name: 'Bruno',
|
||||
icon_path: join(process.cwd(), '/resources/icons/png/256x256.png'),
|
||||
icon_path: join(__dirname, '../about/256x256.png'),
|
||||
css_path: join(__dirname, '../about/about.css'),
|
||||
homepage: 'https://www.usebruno.com/',
|
||||
package_json_dir: join(__dirname, '../..')
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user