~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
[x] Figure out a way to update the stremio-service and updater if needed (was already done and it's now validated)
~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 versionstremio-service
which was downloaded.TODO