更新 .github/workflows/build-exe.yml

This commit is contained in:
miu
2026-03-15 19:00:25 +08:00
Unverified
parent bd59fbe7e7
commit 43868f576e

View File

@@ -36,7 +36,7 @@ jobs:
fi
# 尝试用 wineconsole 而不是 wine有时更稳定
xvfb-run wineconsole --backend=curses cmd /c "python-3.9.9-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0"
xvfb-run wine --backend=curses cmd /c "python-3.9.9-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0"
# 等待安装完成
sleep 15