Skip to content

Commit f31a6a6

Browse files
chore: add txt extension to license in chocolatey package
1 parent c0b26d0 commit f31a6a6

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)