Explorar o código

Remove space from dmg filename

Peter Squicciarini %!s(int64=5) %!d(string=hai) anos
pai
achega
0ca513930d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
     cd VSCode-darwin
     create-dmg VSCodium.app ..
+    mv "../VSCodium ${LATEST_MS_TAG}.dmg" "../VSCodium.${LATEST_MS_TAG}.dmg"
   fi
   cd ..
 fi