Skip to content

Commit

Permalink
Fix logo for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek committed Mar 20, 2023
1 parent 292fd22 commit 59cf202
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
Binary file added src-tauri/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src-tauri/icons/128x128@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src-tauri/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src-tauri/icons/icon.icns
Binary file not shown.
Binary file added src-tauri/icons/icon.ico
Binary file not shown.
Binary file removed src-tauri/icons/logo.png
Binary file not shown.
8 changes: 6 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down Expand Up @@ -54,7 +58,7 @@
"fullscreen": false,
"height": 768,
"resizable": true,
"title": "ChatGPT Web Desktop",
"title": "ChatGPT-web Desktop app",
"width": 1024
}
]
Expand Down

0 comments on commit 59cf202

Please sign in to comment.