mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 20:32:05 +08:00
修改路径到 /etc/spark-store
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -42,7 +42,7 @@ IgnoreConfig::IgnoreConfig(QObject *parent)
|
||||
if (!dir.exists()) {
|
||||
dir.mkpath(".");
|
||||
}
|
||||
m_configFilePath = dir.filePath("spark-update-tool/ignored_apps.conf");
|
||||
m_configFilePath = dir.filePath("spark-store/ignored_apps.conf");
|
||||
|
||||
// 确保目录存在
|
||||
QFileInfo fileInfo(m_configFilePath);
|
||||
|
||||
Reference in New Issue
Block a user