Skip to content

Commit

Permalink
Adjust release distributable for new FileKit version
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Sep 5, 2024
1 parent ba53d50 commit b498fd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ compose.desktop {
"java.scripting",
"java.sql",
"jdk.compiler",
"jdk.unsupported"
"jdk.security.auth",
"jdk.unsupported",
)
linux {
iconFile = layout.projectDirectory.file("src/assets/desktop/icon.png")
Expand Down
3 changes: 3 additions & 0 deletions gradle-client/proguard-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@
-keepclassmembers class * extends com.sun.jna.** { public *; }
-keep class * implements com.sun.jna.** { *; }
-dontnote com.sun.**

# FileKit
-keep class org.freedesktop.dbus.** { *; }

0 comments on commit b498fd8

Please sign in to comment.