mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Merge pull request #1095 from flowln/ensure_file_path_in_override
This commit is contained in:
parent
5e767a91d9
commit
94d95d45d4
1 changed files with 1 additions and 0 deletions
|
|
@ -516,6 +516,7 @@ bool overrideFolder(QString overwritten_path, QString override_path)
|
|||
for (auto file : listFolderPaths(root_override)) {
|
||||
QString destination = file;
|
||||
destination.replace(override_path, overwritten_path);
|
||||
ensureFilePathExists(destination);
|
||||
|
||||
qDebug() << QString("Applying override %1 in %2").arg(file, destination);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue