fix(build): configure launch4j to not change current directory (#2162) (PR #2163)

This commit is contained in:
Jan S
2024-04-24 19:52:08 +02:00
committed by GitHub
parent 8618214c7f
commit 07dde05337
+1
View File
@@ -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)