houseabsolute / ubi

The Universal Binary Installer
Apache License 2.0
191 stars 6 forks source link

Architecture matching should be positive, not negative #7

Closed autarch closed 3 years ago

autarch commented 3 years ago

Right now ubi has a list of possible architectures and matches all but our current to rule things out. But it'd be much safer to just rule things in. The problem is that architecture strings seem to vary wildly across different languages. But still, this would be safer.

autarch commented 3 years ago

Fixed in v0.0.6.