This is a simple Python application that automatically downloads and extracts the latest version of GloriousEggroll's custom Proton.
To use this application, you must first install the dependencies. Currently, there is only one: requests. After installing the dependencies, change the permissions of the main.py file so that you can run it. The below steps assume you are in the root directory of the project:
pip install -r requirements.txtchmod +x src/main.py./src/main.py
In the future this will be a installed package so this won't be necessary.