Skip to content

Commit f0eb221

Browse files
committed
Add missing targets
1 parent 88e2987 commit f0eb221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktopApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ compose.desktop {
4444
mainClass = "com.linuxcommandlibrary.MainKt"
4545

4646
nativeDistributions {
47-
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
47+
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm, TargetFormat.AppImage)
4848
packageName = "LinuxCommandLibrary"
4949
packageVersion = libs.versions.appVersion.get()
5050
}

0 commit comments

Comments
 (0)