Update NonSteamLaunchers.sh

Dropped a double equation mark. Restoring fixes authentication issue after clean install.
This commit is contained in:
newb23 2024-08-22 22:17:07 +09:00 committed by GitHub
parent b68be3a607
commit f2361a6fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1219,7 +1219,7 @@ function install_humblegames {
export STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.local/share/Steam
export STEAM_COMPAT_DATA_PATH=~/.steam/steam/steamapps/compatdata/$appid
FIXED_SCHEME="\$(echo "\$1" | sed "s/?/\//")"
echo \$FIXED_SCHEME > "${logged_in_home}/.local/share/Steam/steamapps/compatdata/$appid/pfx/drive_c/.auth
echo \$FIXED_SCHEME > "${logged_in_home}/.local/share/Steam/steamapps/compatdata/$appid/pfx/drive_c/.auth"
"$STEAM_RUNTIME" "$proton_dir/proton" run ~/.local/share/Steam/steamapps/compatdata/$appid/pfx/start-humble.cmd
EOF
chmod +x "${logged_in_home}/.local/share/Steam/steamapps/compatdata/$appid/pfx/handle-humble-scheme"