* Uncomment `patchelf` command for openssl, add prompt for AppImage
After testing manually on NixOS, it appears that `patchelf 0.15.0` is
able to properly patch out references to openssl libs in favor of
libcurl.
This change also adds a prompt for installing as an AppImage, allowing
the interactive mode to also install AM2R as a native binary.
* Move Mesa wrapper script into separate file
This is necessary to fix a bug in AM2RLauncher, wherein the game crashes
on launch because the Mesa workaround is not ported/included by the launcher.
* Add flag for patching OpenSSL, disable by default
* Add `-l` shorthand, update comment and `--help` text
* Remove AppImage check from interactive mode
* Update patcher.sh
Co-authored-by: Miepee <38186597+Miepee@users.noreply.github.com>
---------
Co-authored-by: Miepee <38186597+Miepee@users.noreply.github.com>