From 62d4a04e2c2d6bff1a3ec9a90bc1a61927ef909f Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Mon, 13 Oct 2025 19:17:27 +1000 Subject: New gui + packaging --- justfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..478f4f3 --- /dev/null +++ b/justfile @@ -0,0 +1,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 --onefile --windowed --name PicoStream picostream/main.py + -- cgit v1.2.3