support standalone library
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -46,7 +46,7 @@ npm run build
|
||||
Assert-LastExitCode "Frontend build"
|
||||
|
||||
Write-Host "Installing desktop build dependencies..."
|
||||
& uv pip install -e ".[desktop]"
|
||||
& uv pip install -e ".[server,desktop]"
|
||||
Assert-LastExitCode "Desktop dependency installation"
|
||||
|
||||
$pyInstallerArgs = @(
|
||||
|
||||
Reference in New Issue
Block a user