capsule
capsule copied to clipboard
Solve issue #94
This PR adds support for architecture-specific sections in the manifest (issue #94). In case an attribute appears in both an architecture-specific and OS section, the architecture-specific section has precedence.
We also support aliases for OS and architecture names (since different JVMs sometimes return different values even on the same system).
Very nice. Could you add a unit-test?