Skip to content

Commit

Permalink
fix(build): configure launch4j to not change current directory (#2162)…
Browse files Browse the repository at this point in the history
… (PR #2163)
  • Loading branch information
jpstotz committed Apr 24, 2024
1 parent 8618214 commit 07dde05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jadx-gui/build.gradle.kts
Expand Up @@ -111,6 +111,7 @@ launch4j {
windowTitle.set("jadx")
companyName.set("jadx")
jreMinVersion.set("11")
chdir.set("")
jvmOptions.set(application.applicationDefaultJvmArgs.toSet())
requires64Bit.set(true)
initialHeapPercent.set(5)
Expand Down

0 comments on commit 07dde05

Please sign in to comment.