mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
将C++版的Wine安装器改Python(技术问题)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user