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