build: add accessibility module for win bundle (#2446)

This commit is contained in:
Skylot
2025-03-25 20:46:32 +00:00
parent 5846e6d22e
commit b0ab702f9e
+1
View File
@@ -154,6 +154,7 @@ runtime {
"java.xml",
// needed for "https" protocol to download plugins and updates
"jdk.crypto.cryptoki",
"jdk.accessibility",
)
jpackage {
imageOptions = listOf("--icon", "$projectDir/src/main/resources/logos/jadx-logo.ico")