mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01: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…
Reference in New Issue
Block a user