Skip to content

Commit

Permalink
fixed updater bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anbridge committed Apr 25, 2016
1 parent 3ff3cd8 commit 444cce6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified latestwinredist/easytf2mapper_latest.zip
Binary file not shown.
Binary file modified updater.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if file.startswith('updater.exe'):
pass
else:
ziplatest.extract(file, '/')
ziplatest.extract(file)
ziplatest.close()
print('done unpacking latest zip')

Expand Down

0 comments on commit 444cce6

Please sign in to comment.