aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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