Skip to content

Commit

Permalink
Fixed java-decompiler#239 : Configure Launch4j to use JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed May 18, 2019
1 parent d20df07 commit 1f809d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ launch4j {
copyright 'JD-GUI (C) 2008-2019 Emmanuel Dupuy'
icon projectDir.path + '/src/launch4j/resources/images/jd-gui.ico'
jar projectDir.path + '/' + proguard.outJarFiles[0]
bundledJrePath = '%JAVA_HOME%'
}

// Packages for Linux //
Expand Down

0 comments on commit 1f809d5

Please sign in to comment.