Skip to content

Commit 1f809d5

Browse files
author
emmanue1
committed
Fixed #239 : Configure Launch4j to use JAVA_HOME
1 parent d20df07 commit 1f809d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ launch4j {
120120
copyright 'JD-GUI (C) 2008-2019 Emmanuel Dupuy'
121121
icon projectDir.path + '/src/launch4j/resources/images/jd-gui.ico'
122122
jar projectDir.path + '/' + proguard.outJarFiles[0]
123+
bundledJrePath = '%JAVA_HOME%'
123124
}
124125

125126
// Packages for Linux //

0 commit comments

Comments
 (0)