This commit is contained in:
2024-10-14 02:25:07 +03:00
parent 031ae09a4b
commit 69173eb2b8
5 changed files with 15 additions and 13 deletions

View File

@@ -69,4 +69,8 @@ public class ZipFolderPass extends Pass {
protected boolean validate() {
return new File(dst).exists();
}
@Override
public String getDescription() {
return "Архивация папки";
}
}