将C++版的Wine安装器改Python(技术问题)

This commit is contained in:
2022-08-21 22:31:19 +08:00
parent a62a937700
commit 9254aa0cdf
12 changed files with 549 additions and 36 deletions

View File

@@ -63,7 +63,7 @@ void DownloadThread::run(){
conf.setPeerVerifyMode(QSslSocket::VerifyNone);
conf.setProtocol(QSsl::TlsV1_1);
req.setSslConfiguration(conf);
req.setUrl(QUrl("https://code.gitlink.org.cn/gfdgd_xi/wine-mirrors/raw/branch/master/spark-wine7-devel-7.14.7z"));
req.setUrl(QUrl(fileUrl));
// 下载文件
QNetworkReply *reply = m.get(req);
QEventLoop loop;