Python download updated code and apply it to itself (zip)
Go to solution
Solved by HunterAP,
Most apps that have an automatic updater usually have a separate app built for the updating process. This update app would compare the installed version to the newest one available, and if there was an update it would close out the app in question, download the newest version, overwrite the current files with the newer ones, then restart that app.
If it's in Python, you would write a Python script to be called when the user checks for an update, which would kill the original app and do as I described above.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now