Skip to content

Commit 39b6564

Browse files
authored
Merge pull request #1087 from GitGuardian/jgriffe/add-txt-extension-to-license-in-choco-package
chore: add txt extension to license in chocolatey package
2 parents c0b26d0 + f31a6a6 commit 39b6564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push-to-chocolatey/push-to-chocolatey

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mv packages/*/_internal ggshield-package/tools
2727
mv packages/*/ggshield.exe ggshield-package/tools
2828
cp scripts/push-to-chocolatey/ggshield.nuspec ggshield-package
2929
cp scripts/push-to-chocolatey/VERIFICATION.txt ggshield-package/tools
30-
cp LICENSE ggshield-package/tools
30+
cp LICENSE ggshield-package/tools/LICENSE.txt
3131
sed -i "s/__VERSION__/$version/" ggshield-package/ggshield.nuspec
3232

3333
cd ggshield-package

0 commit comments

Comments
 (0)