Build with PyInstaller

This commit is contained in:
Fedor Lyanguzov
2026-06-09 20:16:36 +03:00
parent 070ae5c85b
commit fed663a054
3 changed files with 16 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
python -m venv .venv
.\.venv\bin\Activate.ps1
pip install .
pip install pyinstaller
python -m PyInstaller --add-binary .\recipes.db:. --onefile --name ao-recipes-helper main.py --windowed