Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coffandro committed Aug 6, 2024
1 parent da43118 commit 32139c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FOLON-Downgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def SetupSteam():
with zipfile.ZipFile("FOLON-Downgrader-Files/steam.zip", "r") as zip_ref:
zip_ref.extractall("FOLON-Downgrader-Files/SteamFiles/")
Steam = subprocess.Popen(
["FOLON-Downgrader-Files/SteamFiles/teamcmd.exe", "+quit"],
["FOLON-Downgrader-Files/SteamFiles/steamcmd.exe", "+quit"],
)
os.remove("FOLON-Downgrader-Files/steam.zip")
else:
Expand Down

0 comments on commit 32139c5

Please sign in to comment.