Skip to content

Commit

Permalink
Fix splash screen for SAW
Browse files Browse the repository at this point in the history
  • Loading branch information
lbmaian committed Dec 17, 2023
1 parent 6bb41d1 commit 1bb1c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion saw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jar {
'Main-Class' : 'saw.Main',
'Class-Path' : configurations.runtimeClasspath.files
.findAll { it.name.endsWith(".jar") }.collect { "lib/${it.name}" }.join(' '),
'SplashScreen-Image' : 'saw/images/splash.png'
)
jar.archiveName = "SAW.jar"
archiveName = "SAW.jar"
}

task deleteAssets {
Expand Down

0 comments on commit 1bb1c81

Please sign in to comment.