Skip to content

Commit 1616732

Browse files
author
Lee Miller
committed
Write sha256 checksums for binaries
1 parent f2f776e commit 1616732

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildbot/appimage/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ set_sourceline
4545
./${BUILDER} --recipe ${RECIPE}
4646

4747
mkdir -p ../out
48+
sha256sum PyBitmessage*.AppImage > ../out/SHA256SUMS
4849
cp PyBitmessage*.AppImage ../out

.buildbot/winebuild/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
xvfb-run -a buildscripts/winbuild.sh || exit 1
44

55
mkdir -p ../out
6-
mv packages/pyinstaller/dist/*.exe ../out
6+
mv packages/pyinstaller/dist/Bitmessage*.exe ../out
7+
cd ../out
8+
sha256sum Bitmessage*.exe > SHA256SUMS

0 commit comments

Comments
 (0)