From e41cb8e48f168a701cfabedb39ce0d2248cd766c Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 6 Jul 2023 04:53:51 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh to GE-Proton8-6 --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 5b5d009..3a6d62d 100644 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1320,7 +1320,7 @@ proton_dir=$(find ~/.steam/root/compatibilitytools.d -maxdepth 1 -type d -name " # 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-4/GE-Proton8-4.tar.gz +ge_proton_url2=https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-6/GE-Proton8-6.tar.gz @@ -2788,7 +2788,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-4" + compat_tool_name="GE-Proton8-6" else echo "Could not find config.vdf file" fi