mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 05:00:18 +00:00
desktop: prevent deadlock (#2785)
* desktop: prevent deadlock * debug info
This commit is contained in:
@@ -30,8 +30,16 @@ kotlin {
|
||||
compose {
|
||||
desktop {
|
||||
application {
|
||||
// For debugging via VisualVM
|
||||
/*jvmArgs += listOf(
|
||||
"-Dcom.sun.management.jmxremote.port=8080",
|
||||
"-Dcom.sun.management.jmxremote.ssl=false",
|
||||
"-Dcom.sun.management.jmxremote.authenticate=false"
|
||||
)*/
|
||||
mainClass = "chat.simplex.desktop.MainKt"
|
||||
nativeDistributions {
|
||||
// For debugging via VisualVM
|
||||
//modules("jdk.zipfs", "jdk.management.agent")
|
||||
modules("jdk.zipfs")
|
||||
//includeAllModules = true
|
||||
outputBaseDir.set(project.file("../release"))
|
||||
|
||||
Reference in New Issue
Block a user