We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26fb24 commit 79e0e94Copy full SHA for 79e0e94
scripts/genrelease.sh
@@ -14,3 +14,4 @@ mv artifacts/*/* skia_sdk
14
15
echo -n ${RELEASE_IDENTIFIER} > skia_sdk/RELEASE_ID.txt
16
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