Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into feature/java-downloader
This commit is contained in:
commit
1322277ae6
20 changed files with 199 additions and 105 deletions
|
@ -463,7 +463,7 @@ auto ExportToZipTask::exportZip() -> ZipResult
|
|||
|
||||
auto absolute = file.absoluteFilePath();
|
||||
auto relative = m_dir.relativeFilePath(absolute);
|
||||
setStatus("Compresing: " + relative);
|
||||
setStatus("Compressing: " + relative);
|
||||
setProgress(m_progress + 1, m_progressTotal);
|
||||
if (m_follow_symlinks) {
|
||||
if (file.isSymLink())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue