better app icon

This commit is contained in:
MathieuG-P
2022-07-31 22:51:03 +02:00
parent dba063e946
commit f8ad6733b5
7 changed files with 3 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

+2 -1
View File
@@ -74,7 +74,8 @@
"win": {
"target": [
"nsis"
]
],
"icon": "assets/favicon.ico"
},
"linux": {
"target": [
+1 -1
View File
@@ -82,7 +82,7 @@ const createWindow = async () => {
minHeight: 500,
frame: false,
titleBarOverlay: false,
icon: getAssetPath('icon.ico'),
icon: getAssetPath('favicon.ico'),
webPreferences: {
preload: app.isPackaged
? path.join(__dirname, 'preload.js')