aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 361c854df8746c85d635ba5d91db65660e109771 (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 pyinstaller PicoStream.spec --noconfirm