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 361c854..237121f 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 pyinstaller PicoStream.spec --noconfirm
+ uv run pyinstaller --clean PicoStream.spec --noconfirm