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