From 19f7a9896e80090aeba3202c6bfc9de12bd28510 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Tue, 14 Oct 2025 15:37:38 +1000 Subject: . --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index cef7016..e76974c 100644 --- a/justfile +++ b/justfile @@ -8,5 +8,5 @@ gui: # Build the picostream GUI executable build-gui: uv pip install pyinstaller pyinstaller-hooks-contrib - uv run python tools/build_gui.py + uv run pyinstaller PicoStream.spec --onefile --noconfirm -- cgit v1.2.3