mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-06-14 10:34:04 +02:00
Fix wrong zstd parameters causing source files to not be removed in newer versions
This commit is contained in:
parent
07c31ac70b
commit
3e93ad9217
@ -47,10 +47,8 @@ static class BackupCompressor {
|
|||||||
Quality,
|
Quality,
|
||||||
Memory,
|
Memory,
|
||||||
Threads,
|
Threads,
|
||||||
"-c",
|
|
||||||
"--rm",
|
"--rm",
|
||||||
"--no-progress",
|
"--no-progress",
|
||||||
"-c",
|
|
||||||
"-o", destinationFilePath,
|
"-o", destinationFilePath,
|
||||||
"--", sourceFilePath
|
"--", sourceFilePath
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user