blob: cd578bc957e4a7cf3e58a2683f5ab3ef37a2f892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
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
|