mupen64plus-ui-python
mupen64plus-ui-python copied to clipboard
Provide a linux binary
This should have a linux binary, it would benefit m64py a lot because most people don't know how to compile or build a python program so it would allow more people to use the software.
You can make one easily with
pyinstaller --onefile <entry_script.py>