Skip to content

Commit

Permalink
fix: Fix for #377 (Jadx in Windows open with list) (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz authored and skylot committed Oct 28, 2018
1 parent df9ae29 commit a8a3164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jadx-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ launch4j {
outfile = "jadx-gui-${version}.exe"
copyright = 'Skylot'
windowTitle = 'jadx'
companyName = 'jadx'
jvmOptions = ['-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true']
jreRuntimeBits = "64"
initialHeapPercent = 5
Expand Down

0 comments on commit a8a3164

Please sign in to comment.