From 2f25400a784f47887d97bc473a46fa0a8bf71cf7 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Tue, 14 Oct 2025 15:50:11 +1000 Subject: Configure PyInstaller for one-file build and add libffi DLL discovery --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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 -- cgit v1.2.3