Merge pull request #172 from stripedpajamas/appimage-sum

Add sha256 sum for AppImage
This commit is contained in:
Peter Squicciarini
2019-05-24 11:07:58 -07:00
committed by GitHub

4
sum.sh
View File

@@ -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