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:
parent
3e064e91ce
commit
1537a8918d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
"}");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue