From 8ba1e7923e7ba3f130e9eb515515a31f35e32210 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Wed, 24 Apr 2019 20:24:38 -0500 Subject: [PATCH] tweak to buildscript --- build-all-platforms.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all-platforms.fish b/build-all-platforms.fish index a9d6694..0fe8804 100755 --- a/build-all-platforms.fish +++ b/build-all-platforms.fish @@ -13,9 +13,9 @@ function build go build -o $bath # read write execute for user, only read for group and other chmod 744 $bath + echo $file sha256sum $bath - sha256sum $bath > SHA256SUM - zip {$file}.zip $bath SHA256SUM + zip {$file}.zip $bath end mkdir -p binaries