- Fixed rename bug
- The onefile .exe doesn't shows the icon
- If you want the gorgeous icon, download the .zip file
- I'm lazy to package it on Linux or MacOS (I don't have a Mac), if you're using Linux or MacOS, plz use pyinstaller to package it for yourself with
pyinstaller -D -i "icon.ico" --onefile App.py --noconsole