CI Output package frmat deb -> binary
This commit is contained in:
parent
36fad41b48
commit
c48a45cc11
|
|
@ -137,7 +137,7 @@ compose.desktop {
|
|||
application {
|
||||
mainClass = "theorycrafter.MainKt"
|
||||
nativeDistributions {
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm/*, TargetFormat.AppImage*/)
|
||||
targetFormats(/*TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm*/, TargetFormat.AppImage)
|
||||
packageName = appName
|
||||
packageVersion = "1.8.0"
|
||||
|
||||
|
|
@ -197,4 +197,4 @@ tasks.register("packageSource") {
|
|||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue