Add shasum of dmg and bugfix update_version.sh

This commit is contained in:
Peter Squicciarini
2019-05-18 22:02:47 -07:00
parent 7147a3a52b
commit 4860c1bca9
2 changed files with 2 additions and 1 deletions

1
sum.sh
View File

@@ -21,6 +21,7 @@ sum_file () {
if [[ "$SHOULD_BUILD" == "yes" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sum_file VSCodium-darwin-*.zip
sum_file VSCodium*.dmg
elif [[ "$CI_WINDOWS" == "True" ]]; then
sum_file VSCodiumSetup-*.exe
sum_file VSCodiumUserSetup-*.exe