mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Update NonSteamLaunchers.sh to GE-Proton8-20
This commit is contained in:
parent
fd6742da89
commit
d2156655cd
@ -1345,7 +1345,7 @@ proton_dir=$(find "${logged_in_home}/.steam/root/compatibilitytools.d" -maxdepth
|
||||
|
||||
# Set the URLs to download GE-Proton from
|
||||
ge_proton_url1="https://github.com/GloriousEggroll/proton-ge-custom/releases/latest/download/GE-Proton.tar.gz"
|
||||
ge_proton_url2="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-16/GE-Proton8-16.tar.gz"
|
||||
ge_proton_url2="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-20/GE-Proton8-20.tar.gz"
|
||||
|
||||
# Check if GE-Proton is installed
|
||||
if [ -z "$proton_dir" ]; then
|
||||
@ -2744,7 +2744,7 @@ if [ -f "$config_vdf_path" ]; then
|
||||
cp "$config_vdf_path" "$backup_path"
|
||||
|
||||
# Set the name of the compatibility tool to use
|
||||
compat_tool_name="GE-Proton8-16"
|
||||
compat_tool_name="GE-Proton8-20"
|
||||
else
|
||||
echo "Could not find config.vdf file"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user