Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Expand target formats list
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Oct 27, 2023
1 parent e02d3e9 commit 5cd0fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ compose.desktop {
application {
mainClass = "org.koitharu.kotatsu_dl.MainKt"
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Exe, TargetFormat.AppImage)
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Exe, TargetFormat.AppImage, TargetFormat.Rpm, TargetFormat.Deb)
packageName = "kotatsu-dl"
packageVersion = "1.0.0"
modules("java.instrument", "jdk.unsupported")
Expand Down

0 comments on commit 5cd0fc2

Please sign in to comment.