chore:更新调用代码

This commit is contained in:
2025-08-05 13:19:23 +08:00
parent 655d562bac
commit 1dc50be61c

View File

@@ -529,7 +529,7 @@ void MainWindow::on_pushButton_14_clicked()
appPath = QCoreApplication::applicationDirPath() ; appPath = QCoreApplication::applicationDirPath() ;
QDir dir(appPath); QDir dir(appPath);
dir.cdUp(); dir.cdUp();
appPath = dir.absolutePath(); appPath = dir.absolutePath()+"/spark-update-tool/spark-update-tool";
qDebug() << "Spark Update Tool Path: " << appPath; qDebug() << "Spark Update Tool Path: " << appPath;
if(appPath.isEmpty()) if(appPath.isEmpty())
{ {