-1
I have an app .exe in python and I need to make this executable check for a new version, and upgrade on the computer.
I found solutions like: Rename the current . exe, run the new and delete the renamed.
Any suggestions on how to update an executable from a server?
for starters, how did you make a desktop app with python?
– macrosslover
Using Tkinter and generating with pyinstaller
– Alexandre Simões
There are some projects that seem to suit this use case, type updater4pyi and http://www.pyupdater.org/ but never used personally, may be a start
– epx