mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-06 03:21:22 +00:00
ref: packaging configs
This commit is contained in:
parent
330d2537d9
commit
f136213339
1 changed files with 9 additions and 0 deletions
|
|
@ -748,16 +748,25 @@ compose.desktop {
|
|||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
||||
packageName = "Nuvio"
|
||||
packageVersion = desktopReleaseVersionName
|
||||
vendor = "Nuvio Media"
|
||||
modules("java.net.http")
|
||||
macOS {
|
||||
iconFile.set(project.file("src/desktopMain/resources/icons/nuvio-app-icon.icns"))
|
||||
}
|
||||
windows {
|
||||
iconFile.set(project.file("src/desktopMain/resources/icons/nuvio-app-icon.ico"))
|
||||
shortcut = true
|
||||
menu = true
|
||||
menuGroup = "Nuvio"
|
||||
}
|
||||
linux {
|
||||
iconFile.set(project.file("src/desktopMain/resources/icons/nuvio-app-icon.png"))
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes.release.proguard {
|
||||
isEnabled.set(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue