diff --git a/frontend/assets/icons/GitpubDesktop.icns b/frontend/assets/icons/GitpubDesktop.icns new file mode 100644 index 0000000..07983d0 Binary files /dev/null and b/frontend/assets/icons/GitpubDesktop.icns differ diff --git a/package.json b/package.json index 5156a09..be89841 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gitpub-desktop", + "name": "Gitpub Desktop", "private": true, "version": "0.1.0", "type": "module", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3e3dc3a..c77e497 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -31,7 +31,7 @@ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", - "icons/icon.icns", + "../frontend/assets/icons/GitpubDesktop.icns", "../frontend/assets/icons/GitpubDesktop-Icon.ico" ] }