badass-runtime-plugin icon indicating copy to clipboard operation
badass-runtime-plugin copied to clipboard

directory name within the image zip should optionally be without the platform suffix

Open Vampire opened this issue 3 years ago • 0 comments

If a user unpacked the correct distribution, imho the platform does not need to be part of the directory anymore. It is unlikely that someone has both beneath each other. It could either be an option to remove the suffix when assembling the image zip, or maybe some way to freely configure or transform the name inside. Maybe a quick'n'easy way would be to allow to configure the image subdirectory for each target platform. Then one could configure "windows/${project.name}" and "linux/${project.name}" which would then already result in the expected result.

Vampire avatar Oct 28 '21 16:10 Vampire