mirror of
https://github.com/dbgate/dbgate
synced 2024-11-22 07:48:06 +00:00
bigger mac icon
This commit is contained in:
parent
752baf8d52
commit
56f36aec7a
BIN
app/icon512.png
Normal file
BIN
app/icon512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
@ -11,13 +11,13 @@
|
||||
"appId": "org.dbgate",
|
||||
"mac": {
|
||||
"category": "database",
|
||||
"icon": "icon.png"
|
||||
"icon": "icon512.png"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage"
|
||||
],
|
||||
"icon": "icon.png"
|
||||
"icon": "icon512.png"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
|
@ -112,7 +112,7 @@ function createWindow() {
|
||||
width: 1200,
|
||||
height: 800,
|
||||
title: 'DbGate',
|
||||
icon: os.platform() == 'win32' ? 'icon.ico' : 'icon.png',
|
||||
icon: os.platform() == 'win32' ? 'icon.ico' : 'icon512.png',
|
||||
...bounds,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
|
Loading…
Reference in New Issue
Block a user