mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 01:55:53 +01:00
Merge pull request #1998 from iBotPeaches/issue-1997
fix: add headless call in beginning of execution
This commit is contained in:
commit
896569a822
@ -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