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 071c987 commit 23faf5aCopy full SHA for 23faf5a
create-shasum.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
-
3
-find ./src -type f -print0 | sort -z | xargs -0 sha256sum > current-shasum.txt
+echo "">current-shasum.txt
+find ./src -type f -print0 | sort -z | xargs -0 sha256sum >> current-shasum.txt
4
sha256sum ./build-* ./binding.gyp >> current-shasum.txt || true
5
echo "ZZZZ:ENV:Node:${NODE_VERSION},Electron:${ELECTRON_VERSION}" >> current-shasum.txt
6
0 commit comments