We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8085e87 commit 30550b9Copy full SHA for 30550b9
composeApp/build.gradle.kts
@@ -214,6 +214,11 @@ compose.desktop {
214
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
215
packageName = "org.onion.diffusion"
216
packageVersion = "1.0.0"
217
+
218
+ // Fix: com/sun/security/auth/module/UnixSystem error on Linux
219
+ // This module is required for user/group checking but often stripped by jlink
220
+ modules("jdk.security.auth")
221
222
223
targetFormats(
224
TargetFormat.Dmg,
0 commit comments