File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
scripts/push-to-chocolatey Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # Push to Chocolatey
2+
3+ This folder contains everything necessary to build and publish the chocolatey package.
4+
5+ The icon is not included in the package, but instead it is served through a static CDN and its url is in the iconUrl tag in the .nuspec.
6+
7+ The CDN used is [ statically] ( https://statically.io/docs/using-staticzap/ ) .
Original file line number Diff line number Diff line change 77 <title >GGShield</title >
88 <authors >GitGuardian</authors >
99 <projectUrl >https://github.com/GitGuardian/ggshield</projectUrl >
10- <iconUrl >https://avatars.githubusercontent.com/u/27360172 </iconUrl >
10+ <iconUrl >https://cdn.statically.io/gh/GitGuardian/ggshield/a48dd4be/scripts/push-to-chocolatey/icon.png </iconUrl >
1111 <licenseUrl >https://raw.githubusercontent.com/GitGuardian/ggshield/refs/heads/main/LICENSE</licenseUrl >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <projectSourceUrl >https://github.com/GitGuardian/ggshield</projectSourceUrl >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ mv packages/*/_internal ggshield-package/tools
2727mv packages/* /ggshield.exe ggshield-package/tools
2828cp scripts/push-to-chocolatey/ggshield.nuspec ggshield-package
2929cp scripts/push-to-chocolatey/VERIFICATION.txt ggshield-package/tools
30+ cp LICENSE ggshield-package/tools
3031sed -i " s/__VERSION__/$version /" ggshield-package/ggshield.nuspec
3132
3233cd ggshield-package
You can’t perform that action at this time.
0 commit comments