Add AppStream data
Initial commit
THIS REPO IS NO LONGER UPDATED, MGBA HAS ITS OWN APPIMAGE NOW!!
Build an AppImage for the mGBA emulator
To build:
git clone https://git.sr.ht/~hristoast/mgba-appimage
cd mgba-appimage
make # Read the Makefile to skip make and properly call docker directly
A file called mgba-$version-x86_64.AppImage
will be placed into an out
directory in the root of this repo. At present, $version
is hardcoded in the dockerfile.
To get a shell inside the container (useful for developing):
git clone https://git.sr.ht/~hristoast/mgba-appimage
cd mgba-appimage
make sh # Read the Makefile to skip make and properly call docker directly
As of right now, shaders bundled into the AppImage aren't accessible. To work around this, shaders must be downloaded and selected separately.