yoannmos / Inupdater

An auto-updater for your software
MIT License
1 stars 0 forks source link

End launcher and start app #1

Closed yoannmos closed 3 years ago

yoannmos commented 3 years ago

Issue

Actually the launcher is kept alive during the execution of the app.

Possible solution

By using os.startfile instead of os.system we could launch the app and kill the launcher.

yoannmos commented 3 years ago

Solved !