1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-25 13:52:32 +00:00

Fix package_bin.sh script to use hashcat.hcstat2

This commit is contained in:
jsteube 2017-06-23 14:53:02 +02:00
parent 7ca8ca241b
commit f9b7f1f758

View File

@ -15,7 +15,7 @@ mkdir -p $OUT
cp $IN/hashcat??.exe $OUT/ cp $IN/hashcat??.exe $OUT/
cp $IN/hashcat??.bin $OUT/ cp $IN/hashcat??.bin $OUT/
cp $IN/hashcat.hcstat $OUT/ cp $IN/hashcat.hcstat2 $OUT/
cp $IN/hashcat.hctune $OUT/ cp $IN/hashcat.hctune $OUT/
cp -r $IN/docs $OUT/ cp -r $IN/docs $OUT/