Skip to content

Commit

Permalink
Update WindowsDowngrader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
coffandro authored Aug 11, 2024
1 parent 986437c commit 2af0620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsDowngrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def SetupSteam(self):
out_file.write(dl_file.read())

with zipfile.ZipFile(
os.path.join(self.SteamPath, "SteamFiles", "steam.zip", "r")
os.path.join(self.SteamPath, "SteamFiles", "steam.zip"), "r"
) as zip_ref:
zip_ref.extractall(os.path.join(self.SteamPath, "SteamFiles"))
Steam = subprocess.run(
Expand Down

0 comments on commit 2af0620

Please sign in to comment.