Skip to content

Commit 13550bc

Browse files
committed
add launcher icons for desktop
1 parent 7e1b628 commit 13550bc

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

desktopApp/build.gradle.kts

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,23 @@ compose.desktop {
2121

2222
nativeDistributions {
2323
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
24-
packageName = "dev.shreyash.wonderouscompose"
25-
packageVersion = "1.0.0"
24+
packageName = "com.shreyashkore.wonderouscompose"
25+
packageVersion = libs.versions.versionName.get()
26+
description = "Port of Wonderous in Compose Multiplatform"
27+
copyright = "© 2024 Shreyash Kore. All rights reserved."
28+
vendor = "Gyanoba"
29+
licenseFile.set(project.file("../LICENSE.txt"))
30+
modules("java.net.http")
31+
32+
macOS {
33+
iconFile.set(project.file("./launcher_icons/app_icon.icns"))
34+
}
35+
windows {
36+
iconFile.set(project.file("./launcher_icons/app_icon.ico"))
37+
}
38+
linux {
39+
iconFile.set(project.file("./launcher_icons/app_icon.png"))
40+
}
2641
}
2742
}
2843
}
294 KB
Binary file not shown.
4.19 KB
Binary file not shown.
364 KB
Loading

0 commit comments

Comments
 (0)