Skip to content

Commit

Permalink
Merge pull request #172 from torvitas/684450
Browse files Browse the repository at this point in the history
Add compatibility for 684450
  • Loading branch information
simons-public authored Apr 10, 2022
2 parents b65c42c + 6ff99ee commit 7641285
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions protonfixes/gamefixes/684450.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Game fix for Surviving the Aftermath
"""
#pylint: disable=C0103

from protonfixes import util

def main():
""" Launcher currently broken
"""
util.replace_command("launcher/Paradox Launcher.exe", "Aftermath64.exe")

0 comments on commit 7641285

Please sign in to comment.