chaged folder again
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
742384909f
commit
bef701eba8
@ -1161,10 +1161,10 @@ void PrismUpdaterApp::backupAppDir()
|
|||||||
progress.setValue(i);
|
progress.setValue(i);
|
||||||
QCoreApplication::processEvents();
|
QCoreApplication::processEvents();
|
||||||
if (!iter.hasNext() && !glob.isEmpty()) {
|
if (!iter.hasNext() && !glob.isEmpty()) {
|
||||||
if (auto file_info = QFileInfo(FS::PathCombine(m_rootPath, glob)); file_info.exists()) {
|
if (auto file_info = QFileInfo(FS::PathCombine(app_dir.absolutePath(), glob)); file_info.exists()) {
|
||||||
copy(file_info.absoluteFilePath());
|
copy(file_info.absoluteFilePath());
|
||||||
} else {
|
} else {
|
||||||
logUpdate(tr("File doesn't exist, ignoring: %1").arg(FS::PathCombine(m_rootPath, glob)));
|
logUpdate(tr("File doesn't exist, ignoring: %1").arg(FS::PathCombine(app_dir.absolutePath(), glob)));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
while (iter.hasNext()) {
|
while (iter.hasNext()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user