mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-03 22:00:30 +03:00
(experiment) zip stuff
This commit is contained in:
parent
fc9c33acf4
commit
c92c61a50b
@ -6,6 +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"
|
||||||
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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user