更新 .github/workflows/build-exe.yml
This commit is contained in:
2
.github/workflows/build-exe.yml
vendored
2
.github/workflows/build-exe.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# 尝试用 wineconsole 而不是 wine,有时更稳定
|
# 尝试用 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
|
sleep 15
|
||||||
|
|||||||
Reference in New Issue
Block a user