From 4f47258b17c521198250ed3d900c00478a51dc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B2=A9=E5=B2=A9?= Date: Thu, 5 Feb 2026 12:42:04 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=9B=B4=E6=96=B0=20Windows=20?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 npm run build 替代 build:web - 修复路径问题 --- build-windows.ps1 | 1 - 1 file changed, 1 deletion(-) 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