mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 21:36:58 +03:00
Revert "[Backport release-8.x] Use minecraft instead of .minecraft for better accessibility"
This commit is contained in:
parent
cf6ffc3954
commit
25ba275230
9 changed files with 16 additions and 16 deletions
|
|
@ -62,7 +62,7 @@ void Technic::SingleZipPackInstallTask::downloadSucceeded()
|
|||
m_abortable = false;
|
||||
|
||||
setStatus(tr("Extracting modpack"));
|
||||
QDir extractDir(FS::PathCombine(m_stagingPath, "minecraft"));
|
||||
QDir extractDir(FS::PathCombine(m_stagingPath, ".minecraft"));
|
||||
qDebug() << "Attempting to create instance from" << m_archivePath;
|
||||
|
||||
// open the zip and find relevant files in it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue