mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-08 06:57:46 +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));
|
||||
}
|
||||
|
||||
m_patchesDir.setPath(dataDir.absoluteFilePath(QStringLiteral("patches")));
|
||||
m_patchesDir.setPath(dataDir.absoluteFilePath(QStringLiteral("patch")));
|
||||
}
|
||||
|
||||
QString Patcher::getBaseString() const
|
||||
|
|
Loading…
Add table
Reference in a new issue