And it will unfortunately generate also the batch/shell scripts like this:
mod-dev/bin/mod-dev.bat
mod-dev/bin/mod-dev
mod-test/bin/mod-test.bat
mod-test/bin/mod-test
It would be nice having an configuration option to keep the name of the shell/batch file always the same cause we have a separation based on the folder structure which would result in the following:
mod-dev/bin/mod.bat
mod-dev/bin/mod
mod-test/bin/mod.bat
mod-test/bin/mod
This would make packaging into distribution archives easier.
If i define the following:
This would generate the following folder structure:
And it will unfortunately generate also the batch/shell scripts like this:
mod-dev/bin/mod-dev.bat mod-dev/bin/mod-dev
mod-test/bin/mod-test.bat mod-test/bin/mod-test
It would be nice having an configuration option to keep the name of the shell/batch file always the same cause we have a separation based on the folder structure which would result in the following:
mod-dev/bin/mod.bat mod-dev/bin/mod
mod-test/bin/mod.bat mod-test/bin/mod
This would make packaging into distribution archives easier.