feat(updater): option to not restart after install#3299
feat(updater): option to not restart after install#3299Legend-Master wants to merge 22 commits intotauri-apps:v2from
Conversation
Package Changes Through f4c86c5There are 14 changes which include sql with minor, sql-js with minor, deep-link with patch, deep-link-js with patch, fs with minor, fs-js with minor, http with patch, http-js with patch, updater with minor, updater-js with minor, nfc with patch, nfc-js with patch, dialog with minor, dialog-js with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
how would this work on Windows, where you have to kill the app before applying the update, the app stays close? why would someone need that? I think if we already closed the app to apply updates, we should open it again |
|
As mentioned in #3076 (comment), it's used for installing updates on close, or if you registered a background task (like chrome's update task), it can be used for that as well |
|
yeah that's a valid case. |
Closes #3076