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

This commit is contained in:
2025-08-08 11:31:36 +08:00
parent 8ea38112d2
commit edfe2512b0

View File

@@ -437,7 +437,7 @@ void MainWindow::initTmpDir()
if (info.isWritable() == false)
{
QtConcurrent::run([=]
auto future = QtConcurrent::run([=]
{
sleep(3);
auto upgradeP = new QProcess();