Use minecraft
instead of .minecraft
for better accessibility
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
4cda04271f
commit
f54ac25614
9 changed files with 16 additions and 16 deletions
|
@ -140,7 +140,7 @@ void Technic::SolderPackInstallTask::downloadSucceeded()
|
|||
m_filesNetJob.reset();
|
||||
m_extractFuture = QtConcurrent::run([this]() {
|
||||
int i = 0;
|
||||
QString extractDir = FS::PathCombine(m_stagingPath, ".minecraft");
|
||||
QString extractDir = FS::PathCombine(m_stagingPath, "minecraft");
|
||||
FS::ensureFolderPathExists(extractDir);
|
||||
|
||||
while (m_modCount > i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue