From 213baf865109eec82893f46c1ea1ed7f4c6ae146 Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Tue, 30 Oct 2018 10:54:21 -0400 Subject: [PATCH] Add -X -y to zip command --- create_zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_zip.sh b/create_zip.sh index 59426707208..5f84f16c28e 100755 --- a/create_zip.sh +++ b/create_zip.sh @@ -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 .