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