Stremio / stremio-service

GNU General Public License v2.0
128 stars 7 forks source link

Service updater #4

Closed elpiel closed 1 year ago

elpiel commented 1 year ago

~Right now we start the service updater from inside the application without exiting the application.~ (this was the initial behaviour and was removed by accident when rewriting.

This is not preferred as the old process will continue running while the updater will try to spawn another process for the new version stremio-service which was downloaded.

TODO