Skip to content

Commit

Permalink
fix #1423
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed May 6, 2022
1 parent 329d1d3 commit 1fc7c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/wine/winecommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def get_cmd(self, command, post_script: str = None, return_steam_cmd: bool = Fal
command = f"{obs_vkc_available} {command}"

if post_script is not None:
command = f"{command} && sh '{post_script}'"
command = f"{command} ; sh '{post_script}'"

return command

Expand Down

0 comments on commit 1fc7c76

Please sign in to comment.