mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
icon cleanup
This commit is contained in:
parent
6ac2122c76
commit
287d29bbdb
BIN
app/256x256.png
BIN
app/256x256.png
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
BIN
app/512x512.png
BIN
app/512x512.png
Binary file not shown.
Before Width: | Height: | Size: 137 KiB |
@ -18,7 +18,7 @@
|
||||
"AppImage",
|
||||
"deb"
|
||||
],
|
||||
"icon": "256x256.png",
|
||||
"icon": "icon.png",
|
||||
"category": "Development",
|
||||
"synopsis": "Database administration tool for MS SQL, MySQL and PostgreSQL"
|
||||
},
|
||||
|
@ -114,12 +114,13 @@ function buildMenu() {
|
||||
|
||||
function createWindow() {
|
||||
const bounds = store.get('winBounds');
|
||||
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 1200,
|
||||
height: 800,
|
||||
title: 'DbGate',
|
||||
icon: os.platform() == 'win32' ? 'icon.ico' : 'icon.png',
|
||||
...bounds,
|
||||
icon: os.platform() == 'win32' ? 'icon.ico' : path.resolve(__dirname, '../icon.png'),
|
||||
show: false,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
|
Loading…
Reference in New Issue
Block a user