diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index d652709..9cdea71 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -51,7 +51,7 @@ jobs: fi # 尝试用 wineconsole 而不是 wine,有时更稳定 - xvfb-run wine --backend=curses cmd /c "python-3.9.9-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0" + xvfb-run wineconsole --backend=curses cmd /c "python-3.9.9-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0" # 等待安装完成 sleep 15