2
0
Peter Squicciarini 4 жил өмнө
parent
commit
c92c61a50b
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      create_zip.sh

+ 1 - 0
create_zip.sh

@@ -6,6 +6,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
   if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
     cd VSCode-darwin
     zip -r -X -y ../VSCodium-darwin-${LATEST_MS_TAG}.zip ./*.app
+    zip -d ../VSCodium-darwin-${LATEST_MS_TAG}.zip "*.pkg"
   else
     cd VSCode-linux-${BUILDARCH}
     tar czf ../VSCodium-linux-${BUILDARCH}-${LATEST_MS_TAG}.tar.gz .