pub fn update_with_version(
    repo_link: &str,
    version: &Version
) -> Result<(), Error>
Expand description

Update the application with the specific version from the Repository.

Will fail if it cannot find an appropriate version / compatible platform.