feat: support reflink on windows via winbtrfs!
https://github.com/maharmstone/btrfs Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
3a0e4546c2
commit
2e8d04aad0
3 changed files with 200 additions and 23 deletions
|
@ -865,7 +865,7 @@ Task* InstanceList::wrapInstanceTask(InstanceTask* task)
|
|||
|
||||
QString InstanceList::getStagedInstancePath()
|
||||
{
|
||||
QString key = QUuid::createUuid().toString();
|
||||
QString key = QUuid::createUuid().toString().remove("{").remove("}");
|
||||
QString tempDir = ".LAUNCHER_TEMP/";
|
||||
QString relPath = FS::PathCombine(tempDir, key);
|
||||
QDir rootPath(m_instDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue