mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-09 11:04:39 +02:00
Merge pull request #2217 from AtomHare/develop
This commit is contained in:
commit
e288ee6ddd
@ -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…
x
Reference in New Issue
Block a user