Removal of OperativeSystem class
SrRapero720 opened this issue ยท 0 comments
OperativeSystem is not a very efficient way to detect what type of ARCH or OS is and should rely on JNA Platform class.
investigating a little bit, 1.16.5 doesn't support Arch64 (or even macos). So we can just skip ARM support for 1.16.5 (due to JNA also doesn't support it)
TASK
Remove OperativeSystem and replace it with a more reliable way to manage, detect and extract VLC binaries (using 7ZIP as intermediary)