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 7
7
<title >GGShield</title >
8
8
<authors >GitGuardian</authors >
9
9
<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 >
11
11
<licenseUrl >https://raw.githubusercontent.com/GitGuardian/ggshield/refs/heads/main/LICENSE</licenseUrl >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
13
<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
27
27
mv packages/* /ggshield.exe ggshield-package/tools
28
28
cp scripts/push-to-chocolatey/ggshield.nuspec ggshield-package
29
29
cp scripts/push-to-chocolatey/VERIFICATION.txt ggshield-package/tools
30
+ cp LICENSE ggshield-package/tools
30
31
sed -i " s/__VERSION__/$version /" ggshield-package/ggshield.nuspec
31
32
32
33
cd ggshield-package
You can’t perform that action at this time.
0 commit comments