Build with PyInstaller
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user