From 14042a8f9e36f2bf61d23f60dfba223eafb58157 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Tue, 14 Oct 2025 17:30:07 +1000 Subject: Merge 'packaging' branch into main --- 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..237121f --- /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 --clean PicoStream.spec --noconfirm + -- cgit v1.2.3