Skip to content

Commit

Permalink
Update GameRepo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
austin3410 authored May 2, 2018
1 parent 9877894 commit 7aeadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameRepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def file_check():
ins = ins.splitlines()
for i in ins:
os.system("{}".format(i))
os.system("rm {}.zip".format(new_version))
os.system("del {}.zip".format(new_version))
os.system("rmdir /Q /S update")
print("Update complete! SGR will now restart!")
input(" ")
Expand Down

0 comments on commit 7aeadd7

Please sign in to comment.