mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Cannot create multi-platform booters in the same directory #82

Closed adamretter closed 5 years ago

adamretter commented 5 years ago

When using the App Assembler plugin to build an output directory which is the final application, it is possible with the assemble goal to have both generated Batch and Shell files placed into the same bin folder. However, when generating booters with the generate-daemons goal each platform (i.e. windows/unix) has its files placed in separate directories.

It should be possible with the generate-daemons goal to have a single output tree similar to the assemble goal.