[object Object]

← back to Exo

build: remove pyinstaller temp artifacts (#1868)

4b13735ea31fac216daec9ee77be22be0cad3a7a · 2026-04-11 14:46:03 +0300 · MikkoParkkola

removes PyInstaller `build/` leftovers after `just package`

Files touched

Diff

commit 4b13735ea31fac216daec9ee77be22be0cad3a7a
Author: MikkoParkkola <78788115+MikkoParkkola@users.noreply.github.com>
Date:   Sat Apr 11 14:46:03 2026 +0300

    build: remove pyinstaller temp artifacts (#1868)
    
    removes PyInstaller `build/` leftovers after `just package`
---
 justfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/justfile b/justfile
index 3016ba3d..ebaac8fc 100644
--- a/justfile
+++ b/justfile
@@ -34,6 +34,7 @@ build-dashboard:
 
 package: build-dashboard
     uv run pyinstaller packaging/pyinstaller/exo.spec
+    rm -rf build
 
 build-app: package
     xcodebuild build -project app/EXO/EXO.xcodeproj -scheme EXO -configuration Debug -derivedDataPath app/EXO/build

← 196543ce Add Gemma 4 + VLM fixes + thinking parsing updates (#1851)  ·  back to Exo  ·  models: add MiniMax M2.7 cards (#1884) eb922861 →