Skip to content

Commit 0cfd5e3

Browse files
committed
Turns out shasum works on both linux and mac
1 parent 89e7c2d commit 0cfd5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makecrx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ trap 'rm -f "$pub" "$sig" "$zip"' EXIT
117117
# zip up the crx dir
118118
cwd=$(pwd -P)
119119
(cd "$dir" && python ../../utils/create_xpi.py -n "$cwd/$zip" .)
120-
#echo >&2 "Unsigned package has sha1sum: `sha1sum "$cwd/$zip"`"
120+
echo >&2 "Unsigned package has shasum: `shasum "$cwd/$zip"`"
121121

122122
# signature
123123
openssl sha1 -sha1 -binary -sign "$key" < "$zip" > "$sig"

0 commit comments

Comments
 (0)