mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-08 15:07:45 +00:00
Change patches dir name
This commit is contained in:
parent
42dfce96ef
commit
6be8c5ade4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void Patcher::setupDirectories()
|
||||||
dataDir.setPath(QStandardPaths::writableLocation(QStandardPaths::TempLocation));
|
dataDir.setPath(QStandardPaths::writableLocation(QStandardPaths::TempLocation));
|
||||||
}
|
}
|
||||||
|
|
||||||
m_patchesDir.setPath(dataDir.absoluteFilePath(QStringLiteral("patches")));
|
m_patchesDir.setPath(dataDir.absoluteFilePath(QStringLiteral("patch")));
|
||||||
}
|
}
|
||||||
|
|
||||||
QString Patcher::getBaseString() const
|
QString Patcher::getBaseString() const
|
||||||
|
|
Loading…
Add table
Reference in a new issue