Update build to create deb and rpm packages

This commit is contained in:
Peter Squicciarini
2018-08-15 11:59:54 -04:00
parent 6825d14395
commit 58cff9026c
3 changed files with 8 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
zip -r ../VSCode-darwin-${LATEST_MS_TAG}.zip ./*
else
cd VSCode-linux-x64
zip -r ../VSCode-linux-x64-${LATEST_MS_TAG}.zip ./*
tar czf ../VSCode-linux-x64-${LATEST_MS_TAG}.tar.gz .
fi
cd ..