How to update a executable

Asked

Viewed 28 times

-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?

  • Using Tkinter and generating with pyinstaller

  • 1

    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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.