We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57c6ce commit 8791224Copy full SHA for 8791224
src/backend/launcher.ts
@@ -810,7 +810,7 @@ async function callRunner(
810
shouldUsePowerShell = isWindows && powershellExists
811
}
812
813
- if (shouldUsePowerShell && runner.name !== 'gog') {
+ if (shouldUsePowerShell && !['gog', 'steam'].includes(runner.name)) {
814
const argsAsString = commandParts
815
.map((part) => part.replaceAll('\\', '\\\\'))
816
.map((part) => `"\`"${part}\`""`)
0 commit comments