script_collection/proton/readme.md

14 lines
671 B
Markdown
Raw Normal View History

2021-07-28 09:24:43 +00:00
# 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](https://github.com/settings/tokens/new).