(experiment) Use npx for create-dmg

This commit is contained in:
Peter Squicciarini
2020-09-14 20:00:16 -07:00
parent 229274f9c8
commit 1435710c16
4 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
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 ..