diff --git a/README.md b/README.md index a55ea93..73e4176 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ # desktop_app + +## build + Python 3.13.2 + python -m venv .venv + .\.venv\Scripts\pip.exe install -r .\requirements.txt + .\.venv\Scripts\pyinstaller --noconfirm --onefile --windowed main.py --icon=ico/yobble_m.ico + .\.venv\Scripts\pyinstaller --noconfirm --onefile --windowed updater.py --icon=ico/yobble_updater.ico