ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
31 stars 13 forks source link

Linux build and installer information #128

Closed iLLiCiTiT closed 1 week ago

iLLiCiTiT commented 1 month ago

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.