1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-17 14:47:45 +00:00

Fix wrong shell script being used in the tool manifest

This commit is contained in:
Joshua Goins 2025-05-07 16:38:01 -04:00
parent c1f4fac376
commit 5e5dd5a551

View file

@ -61,7 +61,7 @@ void CompatibilityToolInstaller::installCompatibilityTool()
"\"manifest\"\n" "\"manifest\"\n"
"{\n" "{\n"
" \"version\" \"2\"\n" " \"version\" \"2\"\n"
" \"commandline\" \"/shell.sh \\\"$STEAM_RUNTIME/scripts/switch-runtime.sh\\\" --runtime=\\\"\\\" -- " " \"commandline\" \"/wrapper.sh \\\"$STEAM_RUNTIME/scripts/switch-runtime.sh\\\" --runtime=\\\"\\\" -- "
"$STEAM_COMPAT_CLIENT_INSTALL_PATH/compatibilitytools.d/astra/run.sh %verb%\"\n" "$STEAM_COMPAT_CLIENT_INSTALL_PATH/compatibilitytools.d/astra/run.sh %verb%\"\n"
"}"); "}");