yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
#!/bin/bash -ex# Copy documentationcp license.txt "$REV_NAME"cp README.md "$REV_NAME"tar$COMPRESSION_FLAGS"$ARCHIVE_NAME""$REV_NAME"mv"$REV_NAME"$RELEASE_NAME7z a "$REV_NAME.7z"$RELEASE_NAME# move the compiled archive into the artifacts directory to be uploaded by travis releasesmv"$ARCHIVE_NAME" artifacts/mv"$REV_NAME.7z" artifacts/