Skip to content

Commit

Permalink
tweak to buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
oct2pus committed Apr 25, 2019
1 parent 6423bb0 commit 8ba1e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-all-platforms.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ba1e79

Please sign in to comment.