Skip to content

Commit

Permalink
lets try the splash screen again, it seems to work for .deb pkg now
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Feb 5, 2024
1 parent 9d9e58a commit c6ceb29
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,14 @@ compose.desktop {

println("targetFormats=" + targetFormats)

// jvmArgs += "-splash:resources/splash_screen.png"
// jvmArgs += "-splash:${'$'}APPDIR/app/resources/splash_screen.png"
// jvmArgs += "-splash:" + iconsRoot.resolve("splash_screen.png")
// XX // jvmArgs += "-splash:resources/splash_screen.png"
// XX // jvmArgs += "-splash:${'$'}APPDIR/app/resources/splash_screen.png"
// XX // jvmArgs += "-splash:" + iconsRoot.resolve("splash_screen.png")
// -----------------------------------------------------------------
// --> for .deb -->
jvmArgs += "-splash:${'$'}APPDIR/resources/splash_screen.png"
jvmArgs += "-splash:resources/splash_screen.png"
// --> for gradlew run --> // jvmArgs += "-splash:resources/splash_screen.png"
// -----------------------------------------------------------------
println("jvmArgs=" + jvmArgs)
// val ENV = System.getenv()
// println("ENV_all=" + ENV.keys)
Expand Down

0 comments on commit c6ceb29

Please sign in to comment.