mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 11:05:52 +01:00
parent
29355f876d
commit
6d1792a98d
@ -36,6 +36,9 @@ import java.util.logging.*;
|
|||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) throws IOException, InterruptedException, BrutException {
|
public static void main(String[] args) throws IOException, InterruptedException, BrutException {
|
||||||
|
|
||||||
|
// headless
|
||||||
|
System.setProperty("java.awt.headless", "true");
|
||||||
|
|
||||||
// set verbosity default
|
// set verbosity default
|
||||||
Verbosity verbosity = Verbosity.NORMAL;
|
Verbosity verbosity = Verbosity.NORMAL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user