mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
Merge pull request #67 from amir1376/fix/file-picker-crash-on-linux
Fix file picker crash on linux
This commit is contained in:
commit
4c644a4853
@ -103,6 +103,10 @@ compose {
|
||||
nativeDistributions {
|
||||
modules("java.instrument", "jdk.unsupported")
|
||||
targetFormats(TargetFormat.Msi, TargetFormat.Deb)
|
||||
if (Platform.getCurrentPlatform() == Platform.Desktop.Linux) {
|
||||
// filekit library requires this module in linux.
|
||||
modules("jdk.security.auth")
|
||||
}
|
||||
packageVersion = getAppVersionStringForPackaging()
|
||||
packageName = getAppName()
|
||||
vendor = "abdownloadmanager.com"
|
||||
|
Loading…
x
Reference in New Issue
Block a user