Question about how to self-update without having to manually run the application again. #31
Replies: 7 comments
-
Hi @LorenzoAlfaro , thanks for your interest in tufup. :-) It is certainly possible to restart your app after the update has finished. The way to approach this depends on your platform, and on the way your app is bundled (e.g. if you're using PyInstaller):
|
Beta Was this translation helpful? Give feedback.
-
@LorenzoAlfaro Please let us know if you run into any issues. :-) |
Beta Was this translation helpful? Give feedback.
-
Hi Dennis, thank you for taking the time for such a complete answer. With your help I managed to make it work! |
Beta Was this translation helpful? Give feedback.
-
Hi @LorenzoAlfaro |
Beta Was this translation helpful? Give feedback.
-
This is awesome stuff, I that recommend you include it in the tufup documentation. |
Beta Was this translation helpful? Give feedback.
-
Hello guys, I have an existing python application could you please guide me how to integrate tufup in that? so i want to achieve this, I push the new updated application files on server, the old app should fetch new updates from there and update the app. please help me out, I'm unable to do it on my own. your help will be appreciated. thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a way to separate the client from the main app so the client will update the app and then run it after the update? The way the example is set up after an update, the app has to close itself, and then you have to rerun the app manually. I'm just thinking of ways to reduce friction for the end user.
Beta Was this translation helpful? Give feedback.
All reactions