AUNaseef/protonup
Fork: 24 Star: 573 (更新于 2024-10-23 04:50:47)
license: GPL-3.0
Language: Python .
Install and Update Proton-GE
最后发布版本: 0.1.5 ( 2023-01-12 20:57:50)
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
最近版本更新:(数据更新于 2024-09-19 21:05:37)
2023-01-12 20:57:50 0.1.5
2021-08-20 07:37:48 0.1.4
2021-05-03 18:14:36 0.1.3
2021-04-15 10:38:59 0.1.2
2021-04-14 05:24:29 0.0.3
2021-04-13 07:12:13 0.0.2
主题(topics):
automation, linux, proton, proton-ge-custom, python, steam
AUNaseef/protonup同语言 Python最近更新仓库
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-05 02:49:29 home-assistant/core
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp
2024-11-02 04:45:40 princeton-vl/infinigen