* Update readme for appimage
* add the necessary utilities for AppImage Creation
* part 1 of having appimage in the patcher
* Part 2 of the appimage rewrite
* Forgot to remove the contents of "lib" as those are not needed
added a missing dependency (libopenal), libssl and libcurl were in the wrong order (libcurl has libssl as dependency), added a missing `wget`, and added `apt install -f` as a safe case
* fixed the newlines, reversed one sentence + slight punctuation
* forgot a newline
* rewrote the android section, to not include aapt anymore
* mention adb as an alternative to install the apk
Co-authored-by: Miepee <>
* changed the readme to be a bit more readable, included dependency steps for debian and arch, opensuse and fedora coming soon
* Added clearer instructions, and changed the android section to include mounting
* added android section
* forgot a newline
* added that there is a cli and lazy method
* actually fix newlines now
* Cleaned up some English and formatting oddities
Co-authored-by: Miepee <>
Co-authored-by: Lojical <33508026+Lojemiru@users.noreply.github.com>