sbt / sbt-onejar

Packages your project using One-JAR™
MIT License
268 stars 45 forks source link

Splash screen #2

Closed fng closed 6 years ago

fng commented 13 years ago

lazy val splashScreenImage: Option[Path] = None

can be used to specify the Path to a image file. This file will be added to the onejar jar file and the filename will be added to the onejar MANIFEST for key SplashScreen-Image.

I extended onejarPackageOptions. I have used a Listbuffer. There must be a nicer way to do this.

Please review.

retronym commented 6 years ago

Apologies for not seeing this PR when it landed. I'm going to close it now given the age. I tend to recommend and use sbt-assembly more over onejar these days.