Skip to content

Commit

Permalink
Add launcher skip for X-Blades (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernamesAreNotMyThing authored Jan 10, 2025
1 parent 1d2ebf2 commit 3d7215c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-steam/7510.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""X-Blades"""

from protonfixes import util


def main() -> None:
"""The launcher won't start the game, so it needs to be skipped for the game to run."""
util.replace_command('launcher\\.exe$', 'xblades.exe')

0 comments on commit 3d7215c

Please sign in to comment.