Trixarian / NetherSX2-patch

Unofficial Patches for NetherSX2
https://discord.gg/6cGWCrqAw5
The Unlicense
639 stars 28 forks source link

Revised both linux script. #4

Closed TheKingFireS closed 10 months ago

TheKingFireS commented 10 months ago

I added linux binary "aaptlinux", since most distro didn't provide android build tools and some users don't want spending his time searching "aapt". I added switch, if aapt and apksigner packages is not present, script will use aaptlinux file and run java -jar apksigner.jar ... instead. I removed unused space in update-files.bat. I tested it on all 3 major distros(Arch, Fedora and OpenSUSE) and Termux, and they all worked great.

Trixarian commented 10 months ago

This is pretty cool - it works like the Windows version now ^^