Skip to content

Commit 23faf5a

Browse files
committed
x
1 parent 071c987 commit 23faf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-shasum.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
3-
find ./src -type f -print0 | sort -z | xargs -0 sha256sum > current-shasum.txt
2+
echo "">current-shasum.txt
3+
find ./src -type f -print0 | sort -z | xargs -0 sha256sum >> current-shasum.txt
44
sha256sum ./build-* ./binding.gyp >> current-shasum.txt || true
55
echo "ZZZZ:ENV:Node:${NODE_VERSION},Electron:${ELECTRON_VERSION}" >> current-shasum.txt
66

0 commit comments

Comments
 (0)