mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 21:02:04 +08:00
chore:解决该文件构建deb报错的问题
This commit is contained in:
@@ -437,7 +437,7 @@ void MainWindow::initTmpDir()
|
|||||||
|
|
||||||
if (info.isWritable() == false)
|
if (info.isWritable() == false)
|
||||||
{
|
{
|
||||||
QtConcurrent::run([=]
|
auto future = QtConcurrent::run([=]
|
||||||
{
|
{
|
||||||
sleep(3);
|
sleep(3);
|
||||||
auto upgradeP = new QProcess();
|
auto upgradeP = new QProcess();
|
||||||
|
|||||||
Reference in New Issue
Block a user