auto-update

Installer and Updater for a python desktop application

Installer and Updater for a python desktop application Question: I am building a desktop app with python and packaging it to an exe with Pyinstaller. I would like to ship my application with an installer and also provide automatic and silent updates to the software like Google Chrome, Dropbox or Github for Windows does. I …

Total answers: 4

Restarting a self-updating python script

Restarting a self-updating python script Question: I have written a script that will keep itself up to date by downloading the latest version from a website and overwriting the running script. I am not sure what the best way to restart the script after it has been updated. Any ideas? I don’t really want to …

Total answers: 8