Skip to content

Commit

Permalink
Fix release hash script typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengr28 committed Oct 12, 2020
1 parent 99684d5 commit 23fb980
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion specialdlp/documents/checksum.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ x64/VeryCD-Tag | 29192F3A4C0D4D79E9BB6B65924601BA381DF1D1EB6DFA4DB205DA0F7F51BC2
x64/Lite | B34B220240DCC0B01A50BEBE69B745F5BFBC0E563CB90EE9E8F9F9813E7F2EFB |
x64/VeryCD-Default-NickNames | FB4A0E7149B3D81609B26E8A2B13E4B4AA1AE4BB25B82806273C950BE6813E4A |
x64/VeryCD-EasyMule-Mod | F3697A81A88945697C0BAC796A63B916946983DA3BB6C0F1A8C1DBC37EDCCCDD |
:--- | :--- |
arm/All-VeryCD-Mod | 99954180CA3861CB55597A645E1F2EA136A6C477C01E0E44831E2609F0A38AF7 |
arm/VeryCD-Tag | AAAF4C77A2A2B9B401E3317572152AC7D9493D168B2EB0B5011F5889AF6B0E19 |
arm/Lite | AB128B21A9BD31AFEB1EA0382362223831D70DC4E3487E21A3103E7D8B961292 |
Expand Down
1 change: 0 additions & 1 deletion specialdlp/scripts/hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ echo " | " >> "result.txt"
echo -en "x64/VeryCD-EasyMule-Mod | " >> "result.txt"
openssl dgst --sha3-256 "$working_path/binary/x64/verycd-easymule-mod/antiLeechx64.dll.new" | awk '{printf $2}' | tr [:lower:] [:upper:] >> "result.txt"
echo " | " >> "result.txt"
echo ":--- | :--- | " >> "result.txt"
echo -en "arm/All-VeryCD-Mod | " >> "result.txt"
openssl dgst --sha3-256 "$working_path/binary/arm/all-verycd-mod/antiLeecharm.dll.new" | awk '{printf $2}' | tr [:lower:] [:upper:] >> "result.txt"
echo " | " >> "result.txt"
Expand Down

0 comments on commit 23fb980

Please sign in to comment.