Chocolatey-Quickstart
Chocolatey-Quickstart copied to clipboard
All favisons link to non static pages
I didn't realise when writing this that chocolatey delete the old favicon images we're linking to when they update the package version, meaning that over time all favicons will be deleted.
Is there a way we can scrape the latest version of the favicon from the choco page or somehow link to non static resources..?
So I took a look at the source for the chocolaty package page and Google Chrome for instance maps to this: https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/chrome.svg
It looks like in the source code there's a "Nuspec reference:" containing such a URL that looks like it should be dynamic...