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
Description
Languages
Python
100%