Remove space from dmg filename

This commit is contained in:
Peter Squicciarini 2020-04-19 12:50:45 -07:00
parent 687d644b41
commit 0ca513930d
No known key found for this signature in database
GPG key ID: F32B1833EB870AD6

View file

@ -3,6 +3,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cd VSCode-darwin
create-dmg VSCodium.app ..
mv "../VSCodium ${LATEST_MS_TAG}.dmg" "../VSCodium.${LATEST_MS_TAG}.dmg"
fi
cd ..
fi