You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: