Android UI (WIP)

This commit is contained in:
Christian Basler
2025-06-02 20:56:12 +02:00
parent dafb588626
commit f69933c74d
7 changed files with 79 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "YAEP"
packageVersion = "1.0.0"
packageVersion = libs.versions.app.version.name.get()
macOS {
iconFile.set(project.file("icon.icns"))
}