Updated to GE-Proton8-23

This commit is contained in:
Roy 2023-11-08 18:50:00 -08:00 committed by GitHub
parent 3feb2db23e
commit ef2a52193e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1345,7 +1345,7 @@ proton_dir=$(find "${logged_in_home}/.steam/root/compatibilitytools.d" -maxdepth
# Set the URLs to download GE-Proton from # 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_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-22/GE-Proton8-22.tar.gz" ge_proton_url2="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-23/GE-Proton8-23.tar.gz"
# Check if GE-Proton is installed # Check if GE-Proton is installed
if [ -z "$proton_dir" ]; then if [ -z "$proton_dir" ]; then
@ -2760,7 +2760,7 @@ if [ -f "$config_vdf_path" ]; then
cp "$config_vdf_path" "$backup_path" cp "$config_vdf_path" "$backup_path"
# Set the name of the compatibility tool to use # Set the name of the compatibility tool to use
compat_tool_name="GE-Proton8-22" compat_tool_name="GE-Proton8-23"
else else
echo "Could not find config.vdf file" echo "Could not find config.vdf file"
fi fi