From 724b1d3d2112878b2530cb45327389aa93672f6c Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Thu, 23 May 2019 15:12:42 -0700 Subject: [PATCH] Add sha256 sum for AppImage --- sum.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sum.sh b/sum.sh index c8431e2..a73afef 100755 --- a/sum.sh +++ b/sum.sh @@ -30,6 +30,10 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then if [[ "$BUILDARCH" == "x64" ]]; then deb_arch=amd64 rpm_arch=x86_64 + + # app image is x64 only + sum_file vscode/out/*.AppImage + cp vscode/out/*.{sha256,sha1} . elif [[ "$BUILDARCH" == "ia32" ]]; then deb_arch=i386 rpm_arch=i386