mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-17 01:21:36 +08:00
chore:点击更新时,调用更新器
This commit is contained in:
@@ -556,7 +556,7 @@ void MainWindow::on_pushButton_14_clicked()
|
||||
// 开发环境路径(构建目录)
|
||||
#ifdef QT_DEBUG
|
||||
appPath = QCoreApplication::applicationDirPath() +
|
||||
"/../spark-update-tool/spark-update-tool";
|
||||
"/spark-update-tool/spark-update-tool";
|
||||
#else
|
||||
// 安装后路径(系统PATH)
|
||||
appPath = QStandardPaths::findExecutable("spark-update-tool");
|
||||
|
||||
Reference in New Issue
Block a user