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