We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e7c2d commit 0cfd5e3Copy full SHA for 0cfd5e3
makecrx.sh
@@ -117,7 +117,7 @@ trap 'rm -f "$pub" "$sig" "$zip"' EXIT
117
# zip up the crx dir
118
cwd=$(pwd -P)
119
(cd "$dir" && python ../../utils/create_xpi.py -n "$cwd/$zip" .)
120
-#echo >&2 "Unsigned package has sha1sum: `sha1sum "$cwd/$zip"`"
+echo >&2 "Unsigned package has shasum: `shasum "$cwd/$zip"`"
121
122
# signature
123
openssl sha1 -sha1 -binary -sign "$key" < "$zip" > "$sig"
0 commit comments