This repository has been archived on 2025-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
desktop_app/README.md
2025-09-09 13:45:01 +03:00

325 B

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/logo3.ico
.\.venv\Scripts\pyinstaller --noconfirm --onefile --windowed updater.py --icon=ico/yobble_updater.ico