[patch] 安装Pillow依赖

This commit is contained in:
Gitea Actions Bot
2025-10-11 16:27:26 +08:00
parent ee7c76ef68
commit b685e64e71
3 changed files with 21 additions and 1 deletions

View File

@@ -140,6 +140,10 @@ jobs:
Write-Host "Step 4.5: Build production executable";
Write-Host "==========================================";
# Install Pillow for icon conversion
Write-Host "Installing Pillow for icon conversion...";
pip install Pillow 2>&1 | Out-Null;
python build_production.py;
if ($LASTEXITCODE -ne 0) {
Write-Host "Build failed";