Skip to content

Commit

Permalink
[Chore] Use waitforexitandrun instead of run command for Proton (#3680)
Browse files Browse the repository at this point in the history
Co-authored-by: Flavio F Lima <[email protected]>
  • Loading branch information
flavioislima and flavioislima authored Apr 6, 2024
1 parent 7e320ac commit 7401025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/utils/compatibility_layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,9 @@ export function getWineFlags(
case 'proton':
partialCommand = {
'--no-wine': true,
'--wrapper': NonEmptyString.parse(`${wrapper} '${wineBin}' run`)
'--wrapper': NonEmptyString.parse(
`${wrapper} '${wineBin}' waitforexitandrun`
)
}
break
case 'crossover':
Expand Down

0 comments on commit 7401025

Please sign in to comment.