mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
remove followSymlinks calls
most probably they were used incorectly anyway
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit e5aa5e298f)
This commit is contained in:
parent
3e03d47fbf
commit
c3a0e26923
2 changed files with 2 additions and 4 deletions
|
|
@ -38,7 +38,6 @@ void PackInstallTask::executeTask()
|
|||
|
||||
m_copyFuture = QtConcurrent::run(QThreadPool::globalInstance(), [this] {
|
||||
FS::copy folderCopy(m_pack.path, FS::PathCombine(m_stagingPath, "minecraft"));
|
||||
folderCopy.followSymlinks(true);
|
||||
return folderCopy();
|
||||
});
|
||||
connect(&m_copyFutureWatcher, &QFutureWatcher<bool>::finished, this, &PackInstallTask::copySettings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue