diff --git a/README.md b/README.md index b02074f..ea11ba2 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ You can download the latest releases for Windows from the release section.

- - Latest Release + + Latest Release   License @@ -73,7 +73,7 @@ npm start GitHub: [inulute](https://github.com/inulute) -

📄 License

+

🗃️ License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/assets/icons/win/favicon.ico b/assets/icons/win/favicon.ico deleted file mode 100644 index 1cc9aca..0000000 Binary files a/assets/icons/win/favicon.ico and /dev/null differ diff --git a/assets/icons/win/icon.ico b/assets/icons/win/icon.ico new file mode 100644 index 0000000..fe29fc8 Binary files /dev/null and b/assets/icons/win/icon.ico differ diff --git a/package.json b/package.json index e356b08..11e270e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "perplexity-ai-app", "productName": "Perplexity AI", - "version": "0.1.0", + "version": "0.1.1", "description": "Perplexity AI desktop application built with Electron.", "main": "main.js", "scripts": { @@ -33,7 +33,7 @@ }, "win": { "target": "nsis", - "icon": "assets/icons/win/favicon.ico" + "icon": "assets/icons/win/icon.ico" }, "linux": { "target": "AppImage",