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

View File

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