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.
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.
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.