mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
prevents cli app from taking focus (osx) - jcase
This commit is contained in:
parent
35c14cf443
commit
40360ed873
@ -77,4 +77,4 @@ fi
|
||||
# add current location to path for aapt
|
||||
PATH=$PATH:`pwd`;
|
||||
export PATH;
|
||||
exec java $javaOpts -jar "$jarpath" "$@"
|
||||
exec java $javaOpts -Djava.awt.headless=true -jar "$jarpath" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user