mirror of
https://github.com/VSCodium/vscodium
synced 2024-11-05 05:38:16 +00:00
Add -X -y to zip command
This commit is contained in:
parent
5f035559e5
commit
213baf8651
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
cd VSCode-darwin
|
||||
zip -r ../VSCode-darwin-${LATEST_MS_TAG}.zip ./*
|
||||
zip -r -X -y ../VSCode-darwin-${LATEST_MS_TAG}.zip ./*
|
||||
elif [[ "$BUILDARCH" == "ia32" ]]; then
|
||||
cd VSCode-linux-ia32
|
||||
tar czf ../VSCode-linux-ia32-${LATEST_MS_TAG}.tar.gz .
|
||||
|
|
Loading…
Reference in a new issue