From 1537a8918daa6d2009e6354a8778f335e8265c5d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 7 May 2025 16:38:01 -0400 Subject: [PATCH] Fix wrong shell script being used in the tool manifest --- launcher/src/compatibilitytoolinstaller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/compatibilitytoolinstaller.cpp b/launcher/src/compatibilitytoolinstaller.cpp index 5808060..d1ea2d1 100644 --- a/launcher/src/compatibilitytoolinstaller.cpp +++ b/launcher/src/compatibilitytoolinstaller.cpp @@ -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" "}");