Skip to content

Commit

Permalink
add splash screen on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 29, 2024
1 parent 39d8efb commit f271a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ compose.desktop {
iconFile.set(iconsRoot.resolve("icon-linux.png"))
println("iconFile=" + iconsRoot.resolve("icon-linux.png"))
}

jvmArgs += "-splash:" + iconsRoot.resolve("splash_screen.png")
println("jvmArgs=" + jvmArgs)
println("targetFormats=" + targetFormats)
}
}
Expand Down
Binary file added resources/splash_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f271a20

Please sign in to comment.