1
0
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:
chylex 2023-06-16 15:37:48 +02:00
parent 07c31ac70b
commit 3e93ad9217
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -47,10 +47,8 @@ static class BackupCompressor {
Quality,
Memory,
Threads,
"-c",
"--rm",
"--no-progress",
"-c",
"-o", destinationFilePath,
"--", sourceFilePath
}