mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
修改路径到 /etc/spark-store
This commit is contained in:
@@ -42,7 +42,7 @@ IgnoreConfig::IgnoreConfig(QObject *parent)
|
|||||||
if (!dir.exists()) {
|
if (!dir.exists()) {
|
||||||
dir.mkpath(".");
|
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);
|
QFileInfo fileInfo(m_configFilePath);
|
||||||
|
|||||||
Reference in New Issue
Block a user