Packaging script
This commit is contained in:
@ -1 +0,0 @@
|
||||
SERVER_URL=https://simd.jaytux.com/api
|
@ -72,7 +72,7 @@ compose.desktop {
|
||||
mainClass = "com.jaytux.simd.frontend.MainKt"
|
||||
|
||||
nativeDistributions {
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.AppImage)
|
||||
packageName = "com.jaytux.simd.frontend"
|
||||
packageVersion = "1.0.0"
|
||||
}
|
||||
@ -81,4 +81,11 @@ compose.desktop {
|
||||
|
||||
compose.resources {
|
||||
//
|
||||
}
|
||||
|
||||
tasks.withType<Jar> {
|
||||
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||
manifest {
|
||||
attributes["Main-Class"] = "com.jaytux.simd.frontend.MainKt"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user