forked from Slicer/Slicer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Update ExtensionsManager install API to check for update
Add support for the `update` parameter in the `qSlicerExtensionsManagerModel::installExtensionFromServer` function. Users can now set the `update` parameter to `true` to schedule the update of an already installed extension to the latest version available on the server. The update will take effect during the next application restart. If the extension is not already installed, this parameter has no effect. Co-authored-by: Andras Lasso <lasso@queensu.ca>
- Loading branch information
Showing
2 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters