add click and gui pyinstaller targets

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 03:20:55 -07:00
parent 5ee9a2f33f
commit 04fc4754bf
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
5 changed files with 96 additions and 2 deletions

View file

@ -11,7 +11,8 @@ format:
uv run ruff format src test
compile:
uv run pyinstaller src/main.py
uv run pyinstaller src/cmd.py
uv run pyinstaller src/gui.py
clean:
uv run pyclean src test