mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
Merge pull request #2217 from AtomHare/develop
This commit is contained in:
commit
e288ee6ddd
1 changed files with 1 additions and 1 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