1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-13 21:07:46 +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 3e064e91ce
commit 1537a8918d

View file

@ -61,7 +61,7 @@ void CompatibilityToolInstaller::installCompatibilityTool()
"\"manifest\"\n"
"{\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"
"}");