Skip to content

Commit 17ffd64

Browse files
authored
Merge pull request #242 from rainxchzed/generate-installers
Change desktop - main.kt to DesktopApp.kt
2 parents bf3039b + 39cf208 commit 17ffd64

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ kotlin {
9696

9797
compose.desktop {
9898
application {
99-
mainClass = "zed.rainxch.githubstore.MainKt"
99+
mainClass = "zed.rainxch.githubstore.DesktopAppKt"
100100
nativeDistributions {
101101
packageName = "GitHub-Store"
102102
packageVersion = libs.versions.projectVersionName.get().toString()

composeApp/src/jvmMain/kotlin/zed/rainxch/githubstore/main.kt renamed to composeApp/src/jvmMain/kotlin/zed/rainxch/githubstore/DesktopApp.kt

File renamed without changes.

0 commit comments

Comments
 (0)