From 1c951753e2af6241093c03fc5636dab4aef6e9c8 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 9 Sep 2025 13:41:40 +0300 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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