Commit a8a31643 authored by Jan S's avatar Jan S Committed by skylot

fix: Fix for #377 (Jadx in Windows open with list) (#379)

parent df9ae295
...@@ -58,6 +58,7 @@ launch4j { ...@@ -58,6 +58,7 @@ launch4j {
outfile = "jadx-gui-${version}.exe" outfile = "jadx-gui-${version}.exe"
copyright = 'Skylot' copyright = 'Skylot'
windowTitle = 'jadx' windowTitle = 'jadx'
companyName = 'jadx'
jvmOptions = ['-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true'] jvmOptions = ['-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true']
jreRuntimeBits = "64" jreRuntimeBits = "64"
initialHeapPercent = 5 initialHeapPercent = 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment