Open
Description
Historically, we're doing this rename for OpenTabletDriver.Web
. We don't have to anymore and we can start using the original filenames once opentabletdriver.github.io#139 is resolved.
But we can do better.
I'm proposing we use the following rules/convention for naming release assets:
- Use the platform/distro's convention when it exists,
- Else, use
opentabletdriver.<platform>.<version>-<arch>.<ext>
, where:platform
iswin
,macos
, orlinux
, this is optional for linux packages.arch
isx86_64
, orarm64
.