support standalone library

This commit is contained in:
2026-04-04 01:24:06 -07:00
parent b2ddd81286
commit d9218bf28c
13 changed files with 610 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ echo "Building frontend bundle..."
npm run build
echo "Installing desktop build dependencies..."
uv pip install -e ".[desktop]"
uv pip install -e ".[server,desktop]"
echo "Packaging desktop app with PyInstaller..."
$PYTHON -m PyInstaller \