chore:解决该文件构建deb报错的问题

This commit is contained in:
2025-08-08 11:31:48 +08:00
parent d60390e83c
commit 1797fccc2c

View File

@@ -168,7 +168,7 @@ void DownloadListWidget::httpFinished() // 完成下载
isdownload = false;
isBusy = false;
QtConcurrent::run([=]()
auto future = QtConcurrent::run([=]()
{
while (downloaditemlist[nowDownload - 1]->readyInstall() == -1) // 安装当前应用堵塞安装后面的下载suspend
{