(experiment) zip stuff

This commit is contained in:
Peter Squicciarini 2020-09-18 10:28:14 -07:00
parent fc9c33acf4
commit c92c61a50b
No known key found for this signature in database
GPG Key ID: 08B897BCAB6763CB

View File

@ -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 .