mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Updated NonSteamLaunchers.sh to GE-Proton8-13
This commit is contained in:
@@ -1347,7 +1347,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-12/GE-Proton8-12.tar.gz
|
ge_proton_url2=https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-13/GE-Proton8-13.tar.gz
|
||||||
|
|
||||||
# Check if GE-Proton is installed
|
# Check if GE-Proton is installed
|
||||||
if [ -z "$proton_dir" ]; then
|
if [ -z "$proton_dir" ]; then
|
||||||
@@ -2746,7 +2746,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-12"
|
compat_tool_name="GE-Proton8-13"
|
||||||
else
|
else
|
||||||
echo "Could not find config.vdf file"
|
echo "Could not find config.vdf file"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user