Aaron Parker
Aaron Parker
Thanks. Unfortunately the way that SharePoint/OneDrive appears to be redirecting to the file, I can't see details of where it's resolving to (to then determine the version number) without downloading...
Does the AppVentix console have a "check for updates" function?
Looks good. I'll see what I can put together
Evergreen's focus is primarily on enterprise applications, so assigning this a low priority
I don't want to make changes to `Get-GitHubRepoRelease` for one app. It does currently expect that the repo has the available binaries on the latest release. This URL is available...
Another approach might be to see what the app does and how it determines available updates.
🤦♂️ Seems Bitwarden look up their own repo to find the latest version: https://github.com/bitwarden/clients/blob/bc639688e84c1a997019194312e9c4a8a826479d/libs/node/src/cli/commands/update.command.ts
Might have to update `Get-SourceForgeRepoRelease` with a `-ReturnVersionOnly` parameter and use static URLs by replacing the version number. e.g., `https://www.7-zip.org/a/7z2106-arm64.exe` In the mean time use `7ZipZS` which pulls details and...
Not at the moment, there's several features and application that are ahead of this. Do you need to make more requests to GitHub than 60 in 60 mins?
Thanks, use case makes sense.