build(packaging): add PyInstaller packaging

This commit is contained in:
jack
2026-07-13 13:40:19 -07:00
parent 87cfbabb4a
commit 5060df1527
4 changed files with 157 additions and 1 deletions
+4 -1
View File
@@ -18,6 +18,9 @@ typecheck:
run:
uv run python -m pygui
package:
uv run pyinstaller packaging/isc.spec
clean:
rm -rf .pytest_cache .ruff_cache .mypy_cache
rm -rf .pytest_cache .ruff_cache .mypy_cache build dist
find . -type d -name "__pycache__" -exec rm -rf {} +