Updated to GE-Proton8-8

This commit is contained in:
Roy 2023-07-21 22:54:09 -07:00 committed by GitHub
parent e9f0adf13b
commit 95d3ac05ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1363,7 +1363,7 @@ proton_dir=$(find ~/.steam/root/compatibilitytools.d -maxdepth 1 -type d -name "
# 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-6/GE-Proton8-6.tar.gz ge_proton_url2=https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-8/GE-Proton8-8.tar.gz
@ -2915,7 +2915,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-6" compat_tool_name="GE-Proton8-8"
else else
echo "Could not find config.vdf file" echo "Could not find config.vdf file"
fi fi