mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
fix: delay -c removal till 2.6
This commit is contained in:
parent
5a54b472d1
commit
94e224ee3f
@ -220,7 +220,7 @@ public class Main {
|
||||
apkOptions.aaptPath = cli.getOptionValue("a");
|
||||
}
|
||||
if (cli.hasOption("c") || cli.hasOption("copy-original")) {
|
||||
System.err.println("-c/--copy-original has been deprecated. Removal planned for v2.5.0 (#2129)");
|
||||
System.err.println("-c/--copy-original has been deprecated. Removal planned for v2.6.0 (#2129)");
|
||||
apkOptions.copyOriginalFiles = true;
|
||||
}
|
||||
if (cli.hasOption("p") || cli.hasOption("frame-path")) {
|
||||
|
Loading…
Reference in New Issue
Block a user