diff --git a/build-windows.ps1 b/build-windows.ps1 index 931fc7b..444c01f 100644 --- a/build-windows.ps1 +++ b/build-windows.ps1 @@ -38,7 +38,6 @@ if (Test-Path "dist-web/api") { Remove-Item "dist-web/api" -Recurse -Force } Copy-Item -Path "public/api" -Destination "dist-web/api" -Recurse -Force -Set-Location .. # 步骤2: 安装依赖 Write-Host "📦 步骤 2/4: 安装 Tauri 依赖..." -ForegroundColor Cyan