mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-18 12:40:41 +01:00
build: transparent background for appx icon
This commit is contained in:
parent
d19f475fc2
commit
b3f10220b3
@ -79,7 +79,8 @@
|
|||||||
"artifactName": "${productName}-${version}-portable.exe"
|
"artifactName": "${productName}-${version}-portable.exe"
|
||||||
},
|
},
|
||||||
"appx": {
|
"appx": {
|
||||||
"displayName": "Antares SQL Client",
|
"displayName": "Antares SQL",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
"identityName": "62514FabioDiStasio.AntaresSQLClient",
|
"identityName": "62514FabioDiStasio.AntaresSQLClient",
|
||||||
"publisher": "CN=1A2729ED-865C-41D2-9038-39AE2A63AA52",
|
"publisher": "CN=1A2729ED-865C-41D2-9038-39AE2A63AA52",
|
||||||
"applicationId": "FabioDiStasio.AntaresSQLClient"
|
"applicationId": "FabioDiStasio.AntaresSQLClient"
|
||||||
|
@ -26,7 +26,7 @@ async function createMainWindow () {
|
|||||||
height: 800,
|
height: 800,
|
||||||
minWidth: 900,
|
minWidth: 900,
|
||||||
minHeight: 550,
|
minHeight: 550,
|
||||||
title: 'Antares',
|
title: 'Antares SQL',
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
icon: nativeImage.createFromDataURL(icon.default),
|
icon: nativeImage.createFromDataURL(icon.default),
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user