Merge pull request #1095 from flowln/ensure_file_path_in_override
This commit is contained in:
commit
2f167b1512
@ -467,6 +467,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…
Reference in New Issue
Block a user