Skip to content

Commit 79e0e94

Browse files
committed
Generate md5sum file for tar.gz
1 parent a26fb24 commit 79e0e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/genrelease.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ mv artifacts/*/* skia_sdk
1414

1515
echo -n ${RELEASE_IDENTIFIER} > skia_sdk/RELEASE_ID.txt
1616
tar -czf release/skia_sdk.tar.gz skia_sdk
17+
echo -n `cat /tmp/wat.c|md5sum|awk '{print $1}' ` > release/skia_sdk.tar.gz.md5sum

0 commit comments

Comments
 (0)