Fixed wrong build data copied from example
This commit is contained in:
parent
fcea394f35
commit
1f7c20725c
@ -9,7 +9,7 @@ plugins {
|
|||||||
id("org.jetbrains.compose") version "1.0.0-alpha3"
|
id("org.jetbrains.compose") version "1.0.0-alpha3"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "me.user"
|
group = "aeab13.github"
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@ -31,10 +31,11 @@ tasks.withType<KotlinCompile>() {
|
|||||||
|
|
||||||
compose.desktop {
|
compose.desktop {
|
||||||
application {
|
application {
|
||||||
mainClass = "org.jetbrains.compose.demo.falling.MainKt"
|
mainClass = "MainKt"
|
||||||
|
|
||||||
nativeDistributions {
|
nativeDistributions {
|
||||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.AppImage)
|
||||||
packageName = "Gitnuro"
|
packageName = "gitnuro"
|
||||||
packageVersion = "1.0.0"
|
packageVersion = "1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user