Skip to content

Commit

Permalink
Merge pull request #498 from Scrumplex/fix-copy-signal
Browse files Browse the repository at this point in the history
  • Loading branch information
flowln committed Nov 21, 2022
2 parents 5cc9196 + 4208c2c commit 68b7aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher/FileSystem.cpp
Expand Up @@ -188,6 +188,8 @@ bool copy::operator()(const QString& offset, bool dryRun)
qDebug() << "Source file:" << src_path;
qDebug() << "Destination file:" << dst_path;
}
m_copied++;
emit fileCopied(relative_dst_path);
};

// We can't use copy_opts::recursive because we need to take into account the
Expand Down

0 comments on commit 68b7aa0

Please sign in to comment.