bigger mac icon

This commit is contained in:
Jan Prochazka 2020-05-18 20:43:30 +02:00
parent 752baf8d52
commit 56f36aec7a
3 changed files with 3 additions and 3 deletions

BIN
app/icon512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -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": [

View File

@ -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: {