Browse Source

Merge pull request #385 from stripedpajamas/dmg-shasum

Remove space from dmg filename
Peter Squicciarini 5 năm trước cách đây
mục cha
commit
000ede1322
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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