mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-05-07 18:34:03 +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,
|
||||
Memory,
|
||||
Threads,
|
||||
"-c",
|
||||
"--rm",
|
||||
"--no-progress",
|
||||
"-c",
|
||||
"-o", destinationFilePath,
|
||||
"--", sourceFilePath
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user