mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
add click and gui pyinstaller targets
This commit is contained in:
parent
5ee9a2f33f
commit
04fc4754bf
5 changed files with 96 additions and 2 deletions
3
justfile
3
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue