浏览代码

(experiment) zip stuff

Peter Squicciarini 5 年之前
父节点
当前提交
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 .