python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Auto-update Eel application from repo #462

Closed lthomas122 closed 3 years ago

lthomas122 commented 3 years ago

Is there anyway to automatically update your eel application from a repository after packaging the app for distribution?

rahmatagungj commented 3 years ago

of course, you can make it.

grokwithrahul commented 3 years ago

If you are using cx_freeze to compile and package your app, try esky: https://pypi.org/project/esky/ If you are using pyinstaller, pyupdater should work, although personally I have never used it