feat(updater): option to not restart after install#3299
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. |
|
hey, is there a blocker or something this PR is waiting on? This is something a ton of our Windows users have been complaining about since we started pushing updates more regularly |
|
Mainly just maintainer/reviewer time, it takes a lot of time to review and test changes for anything updater related |
|
Hey @lucasfernog can I ask you to prioritize the review and merge of this one? |
Closes #3076