mirror of
https://github.com/dbgate/dbgate
synced 2024-11-22 16:27:18 +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",
|
"appId": "org.dbgate",
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "database",
|
"category": "database",
|
||||||
"icon": "icon.png"
|
"icon": "icon512.png"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage"
|
"AppImage"
|
||||||
],
|
],
|
||||||
"icon": "icon.png"
|
"icon": "icon512.png"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
|
@ -112,7 +112,7 @@ function createWindow() {
|
|||||||
width: 1200,
|
width: 1200,
|
||||||
height: 800,
|
height: 800,
|
||||||
title: 'DbGate',
|
title: 'DbGate',
|
||||||
icon: os.platform() == 'win32' ? 'icon.ico' : 'icon.png',
|
icon: os.platform() == 'win32' ? 'icon.ico' : 'icon512.png',
|
||||||
...bounds,
|
...bounds,
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
Loading…
Reference in New Issue
Block a user