Skip to content

Commit

Permalink
Fix Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
abueide committed Apr 16, 2022
1 parent f48d114 commit aa88e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ compose.desktop {
application {
mainClass = "com.abysl.assetmanager.MainKt"
nativeDistributions {
modules("java.instrument", "java.management", "java.naming", "java.sql", "jdk.unsupported")
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "AssetManager"
packageVersion = "1.0.0"
Expand Down

0 comments on commit aa88e00

Please sign in to comment.