mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-19 13:46:03 +10:00
Use VSCodium in name of zip/tar
This commit is contained in:
@@ -3,16 +3,16 @@
|
|||||||
if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
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 ../VSCode-darwin-${LATEST_MS_TAG}.zip ./*
|
zip -r -X -y ../VSCodium-darwin-${LATEST_MS_TAG}.zip ./*
|
||||||
elif [[ "$BUILDARCH" == "ia32" ]]; then
|
elif [[ "$BUILDARCH" == "ia32" ]]; then
|
||||||
cd VSCode-linux-ia32
|
cd VSCode-linux-ia32
|
||||||
tar czf ../VSCode-linux-ia32-${LATEST_MS_TAG}.tar.gz .
|
tar czf ../VSCodium-linux-ia32-${LATEST_MS_TAG}.tar.gz .
|
||||||
elif [[ "$BUILDARCH" == "arm64" ]]; then
|
elif [[ "$BUILDARCH" == "arm64" ]]; then
|
||||||
cd VSCode-linux-arm64
|
cd VSCode-linux-arm64
|
||||||
tar czf ../VSCode-linux-arm64-${LATEST_MS_TAG}.tar.gz .
|
tar czf ../VSCodium-linux-arm64-${LATEST_MS_TAG}.tar.gz .
|
||||||
else
|
else
|
||||||
cd VSCode-linux-x64
|
cd VSCode-linux-x64
|
||||||
tar czf ../VSCode-linux-x64-${LATEST_MS_TAG}.tar.gz .
|
tar czf ../VSCodium-linux-x64-${LATEST_MS_TAG}.tar.gz .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user