Please describe the feature you have in mind and explain what the current shortcomings are?
We should add more information to output filename of linux build. For example distribution name with major version and in case PySide2 is used we should maybe add that information too (related to https://github.com/ynput/ayon-launcher/pull/127).
How would you imagine the implementation of the feature?
Use information from distro python module in output filename: AYON-1.0.0-linux.tar.gz > AYON-1.0.0-linux-centos7.tar.gz.
NOTE: Is PySide2 is used it should be part of the name too.
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
We should add more information to output filename of linux build. For example distribution name with major version and in case PySide2 is used we should maybe add that information too (related to https://github.com/ynput/ayon-launcher/pull/127).
How would you imagine the implementation of the feature?
Use information from
distro
python module in output filename:AYON-1.0.0-linux.tar.gz
>AYON-1.0.0-linux-centos7.tar.gz
.NOTE: Is PySide2 is used it should be part of the name too.