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
I've considered this before. It's currently not done like that because it introduces extra complexity in the pipelines.
Let's say I want to write a release pipeline (and I plan to do so), if I were to include the version in the output file name, I will have to somehow parse the version from either Git tag or the header files. All the build scripts (e.g., AUR) will also have to adapt and use the version number in the URLs twice. If I don't put version numbers into the file names then they can all just be static, less complexity.
However, you do have a point. I agree it'll be convenient for end users. Let me think about this for a bit.
Is your feature request related to a problem? Please describe.
go to releases
click 6.x.x
Describe the solution you'd like
download video2x_aplusb_v6.x.x.thing
Describe alternatives you've considered
putting versions in the filename helps keep things organized
Additional context
linux testing 6.4.0 appimage
thanks
The text was updated successfully, but these errors were encountered: