Selaa lähdekoodia

Remove space from dmg filename

Peter Squicciarini 5 vuotta sitten
vanhempi
sitoutus
0ca513930d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      create_dmg.sh

+ 1 - 0
create_dmg.sh

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