This PR implements a simple fallback mechanism for when tools do not specify architectures in their release files:
tool-name-windows.zip
other-tool_macos.tar.gz
etc
Arch is no longer mandatory in a Descriptor since this seems to be a common pattern, and Rokit should not assume any architecture as "default" since arm macs and pcs are now much more common. We will implement improved fallbacks in the future as part of #4, but for now this PR solves a very real issue and does so in a user-friendly way while also spreading awareness.
This PR implements a simple fallback mechanism for when tools do not specify architectures in their release files:
tool-name-windows.zip
other-tool_macos.tar.gz
Arch
is no longer mandatory in aDescriptor
since this seems to be a common pattern, and Rokit should not assume any architecture as "default" since arm macs and pcs are now much more common. We will implement improved fallbacks in the future as part of #4, but for now this PR solves a very real issue and does so in a user-friendly way while also spreading awareness.Fixes #37