1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

build: transparent background for appx icon

This commit is contained in:
2021-11-12 13:12:05 +01:00
parent d19f475fc2
commit b3f10220b3
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ async function createMainWindow () {
height: 800,
minWidth: 900,
minHeight: 550,
title: 'Antares',
title: 'Antares SQL',
autoHideMenuBar: true,
icon: nativeImage.createFromDataURL(icon.default),
webPreferences: {