This commit is contained in:
unknown 2025-09-09 13:45:01 +03:00
parent 1c951753e2
commit f409d06d05
2 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
Python 3.13.2 Python 3.13.2
python -m venv .venv python -m venv .venv
.\.venv\Scripts\pip.exe install -r .\requirements.txt .\.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 main.py --icon=ico/logo3.ico
.\.venv\Scripts\pyinstaller --noconfirm --onefile --windowed updater.py --icon=ico/yobble_updater.ico .\.venv\Scripts\pyinstaller --noconfirm --onefile --windowed updater.py --icon=ico/yobble_updater.ico

BIN
ico/logo3.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB