burpsuite: fix font setttings

This commit is contained in:
blshkv 2020-07-22 14:43:42 +08:00
parent e077ae63fd
commit 24c5cbc282
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -30,7 +30,7 @@ src_install() {
newbin - ${PN} <<-EOF
#!/bin/sh
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'
java -Xmx2G -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &
EOF
}