From e17c45cde673bae39eff73bdbd1b7fe6586a2f55 Mon Sep 17 00:00:00 2001 From: Kirlif Date: Mon, 22 Dec 2025 12:40:17 +0100 Subject: [PATCH] Fix: Protector - dictionaries options --- .../com/reandroid/apkeditor/protect/ProtectorOptions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/reandroid/apkeditor/protect/ProtectorOptions.java b/src/main/java/com/reandroid/apkeditor/protect/ProtectorOptions.java index 2279d3a3..0b3dadd9 100644 --- a/src/main/java/com/reandroid/apkeditor/protect/ProtectorOptions.java +++ b/src/main/java/com/reandroid/apkeditor/protect/ProtectorOptions.java @@ -47,10 +47,10 @@ public class ProtectorOptions extends Options { @OptionArg(name = "-keep-type", description = "protect_keep_type") public final Set keepTypes = new HashSet<>(); - @OptionArg(name = "-dic-dir-names", flag = true, description = "protect_dic_dir_name") + @OptionArg(name = "-dic-dir-names", description = "protect_dic_dir_name") public File dic_dir_name; - @OptionArg(name = "-dic-file-names", flag = true, description = "protect_dic_file_name") + @OptionArg(name = "-dic-file-names", description = "protect_dic_file_name") public File dic_file_name; @OptionArg(name = "-dex-level", description = "dex_protect_level")