-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create update mechanism #93
Conversation
Adds a update button, so users do not have to manually run update.py
Good idea, but I'm not sure this is an ideal approach...
is more portable (non-Windows), is much more efficient/fast than a |
That's fixed... |
That works, but there's a catch: It updates update.py. |
So, we need to use temporary files so that while updating, the updater does not update itself(the updater overwrites the file it is in). |
Oh, in the imports the |
This updates the game using requests.
EDIT: The git function has been removed in commit 947bfad
Closes #71