mtrupkin / sbt-launch4j

launch4j sbt plugin
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Support for linux? #4

Open aferrandi opened 8 years ago

aferrandi commented 8 years ago

It looks like the plugin is only supposed to work for Windows, since it executes launch4jc.exe. This is also apparent from the line:

" val launch4jExecutable = launch4jUtilDir / "launch4j" / "launch4jc.exe""

in Launch4jPlugin.scala, and in the directory /sbt-launch4j/launch4j-util/launch4j there is no launch4j executable. Am I right?