From 0af92e1732d18e0ba1838bf50d8b53a76f5557c9 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Mon, 1 Jun 2026 00:11:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Windows=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=89=8D=E9=87=8D=E6=96=B0=E7=94=9F=E6=88=90=20windows/=20?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E7=9B=AE=E5=BD=95=EF=BC=8C=E9=81=BF=E5=85=8D?= =?UTF-8?q?=20CMake=20=E8=B7=AF=E5=BE=84=E4=B8=8D=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- scripts/ci/compile-windows.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/compile-windows.sh b/scripts/ci/compile-windows.sh index 790082b..e468dfd 100755 --- a/scripts/ci/compile-windows.sh +++ b/scripts/ci/compile-windows.sh @@ -16,6 +16,7 @@ sed -i "s/^version:.*/version: ${VER}+1/" client/pubspec.yaml # Build Flutter Windows cd client +flutter create --platforms=windows . --project-name jiu_client flutter build windows --release \ "--dart-define=BASE_URL=https://jiu.51yanmei.com" \ "--dart-define=PUBLIC_URL=https://jiu.51yanmei.com" \