(experiment) disable changes

This commit is contained in:
Peter Squicciarini
2020-09-17 15:30:09 -07:00
parent d21ea7de56
commit 101bda7072
2 changed files with 4 additions and 4 deletions

View File

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