Browse Source

(experiment) undo that zip change

Peter Squicciarini 4 years ago
parent
commit
30fe5197db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      create_zip.sh

+ 1 - 1
create_zip.sh

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