-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update iconUrl to a domain owned directly by Chocolatey #508
Comments
@st3phhays I'm happy to pick this up and put the image into img.chocolatey.org. However, where do you want it to go (folder) and what do you want it called (filename)? Not sure if you have a format for that over there. |
@pauby Thanks! Copy these two images:
Place them into a folder on the images repo under I'll put the rest of the Chocolatey logos in this folder as well once those are moved over. |
Raised a PR to have the images added. Once that is merged we can complete this. |
(#508) Fix package iconUrl to be one that Chocolatey owns
* hotfix/3.0.1: GH-518: fix Call-Chocolatey usage (GH-532) Use 'choco install' instead of cinst (#533) (#524) Fix Build Handling of Long Prerelease (maint) eol consistency (maint) .gitattributes new line (GH-501) Fix Propagation of VerbosePreference (#512) (#508) Fix package iconUrl Fixed typo in README.md Update README.md (maint) Re-instate the Boxstarter logo (maint) link boxstarter.org repository (maint) crlf in Markdown files!
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀 |
Is Your Feature Request Related To A Problem? Please describe.
Currently, the iconUrl for the Boxstarter Chocolatey packages uses:
During the recent v3.0.0 release, this URL failed to validate, since the entire Web directory was removed from the Boxstarter GitHub repository. To prevent this from happening again, the iconUrl should be updated to a URL that is directly owned/maintained by Chocolatey.
Describe The Solution. Why is it needed?
Suggestion would be to add the Boxstarter logo to this repository and the iconUrl would be updated to start with https://img.chocolatey.org
The old image likely needs to remain in the GitHub Repository, so that the icon for older package versions continues to work.
Additional Context.
N/A
Related Issues
N/A
The text was updated successfully, but these errors were encountered: