aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: cef7016918d0472a5f418cfe4d0f97fcaf3034e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set windows-shell := ["C:\\Program Files\\Git\\bin\\sh.exe","-c"]


# Run the picostream GUI application
gui:
    PYTHONPATH=. uv run picostream/main.py

# Build the picostream GUI executable
build-gui:
    uv pip install pyinstaller pyinstaller-hooks-contrib
    uv run python tools/build_gui.py