Fix logo for all platforms

This commit is contained in:
Niek van der Maas 2023-03-20 16:17:09 +01:00
parent 292fd2286f
commit 59cf2026d2
7 changed files with 6 additions and 2 deletions

BIN
src-tauri/icons/128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
src-tauri/icons/32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
src-tauri/icons/icon.icns Normal file

Binary file not shown.

BIN
src-tauri/icons/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

View File

@ -23,7 +23,11 @@
},
"externalBin": [],
"icon": [
"icons/logo.png"
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "nl.niek.chatgpt",
"longDescription": "",
@ -54,7 +58,7 @@
"fullscreen": false,
"height": 768,
"resizable": true,
"title": "ChatGPT Web Desktop",
"title": "ChatGPT-web Desktop app",
"width": 1024
}
]