Manage Proton-GE Installations
Project description
Introduction
CLI program and API to automate the installation and update of GloriousEggroll's Proton-GE
Installation
Install from Python Package Index
pip3 install protonup
Install from source
git clone https://github.com/AUNaseef/protonup && cd protonup
python3 setup.py install --user
If you get a command not found
error, add the following to your ~/.profile
(if it's not already present) and run source ~/.profile
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
Usage
Set your installation directory before running the program with -d "your/compatibilitytools.d/directory"
Example:
protonup -d "~/.steam/root/compatibilitytools.d/"
To update to the latest version, just run protonup
from a command line
Example:
protonup
List available versions with --releases
Example:
protonup --releases
Install a specific version with -t "version tag"
Example:
protonup -t 6.5-GE-2
By default the downloads are stored in a temporary folder. Change it with -o "custom/download/directory"
Example:
protonup -o ~/Downloads
List existing installations with -l
Example:
protonup -l
Remove existing installations with -r "version tag
Example:
protonup -r 6.5-GE-2
Use --download
to download Proton-GE to the current working directory without installing it, you can override destination with -o
Example:
protonup --download
Use -y
toggle to carry out actions without any logging or interaction
Example:
protonup --download -o ~/Downloads -y
Restart Steam after making changes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file protonup-0.1.5.tar.gz
.
File metadata
- Download URL: protonup-0.1.5.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00942fcdcfb3fa9fb321707fca962b41bdfa67e86082c684b7f275a17beb218b |
|
MD5 | 5476ca03ba764268060f061cbbf0f2a2 |
|
BLAKE2b-256 | ae13adbef671c8497b3a128bfa6865e2927971efca4241322f18ce8f1e92b077 |
File details
Details for the file protonup-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: protonup-0.1.5-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b74f39297e28a8dbc5bac0a73de981e909cdcff5b7c99d06a5d2a63c44d30a6 |
|
MD5 | 64a2d52d7e6f4c1df98ea9b4dbff45ee |
|
BLAKE2b-256 | bf903cd60daf5a90cb403d7fe313d2643c9f802a78ac59d6d6a4d81800a112b0 |