mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 14:06:00 +00:00
bigger mac icon
This commit is contained in:
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: {
|
||||
|
||||
Reference in New Issue
Block a user