script_collection/proton/readme.md

671 B

Usage of tools in proton/

ge-tool

Running ge-tool will download the most recent release of proton-ge-custom from github and extract it automatically in compatibilitytools.d. It also keeps track of the latest downloaded release.

For configuring, you may change the default values in the script itself or add a custom ~/.config/ge-tool/config file with the following content:

declare COMPAT_DIR="$HOME/.steam/root/compatibilitytools.d"
declare REL_URL="https://api.github.com/repos/GloriousEggroll/proton-ge-custom/releases"
declare GITHUB_TOKEN="<your github token>"

You can create your own GitHub token here.