We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717be37 commit 840abc0Copy full SHA for 840abc0
pkg/archive/package.sh
@@ -18,7 +18,7 @@ for crate in $(pkg/list-binaries.sh); do
18
cp "target/$TARGET/release/${crate}${bin_ext}" "$STAGING/bin/"
19
done
20
21
-cp -r README.md LICENSE "$STAGING/doc/"
+cp -r README.md SECURITY.md LICENSE "$STAGING/doc/"
22
23
if [[ "$TARGET" == *-windows-* ]]; then
24
7z a "${STAGING}.zip" "$STAGING"
0 commit comments