Sign mac app (#136)

This commit is contained in:
Peter Squicciarini
2019-04-23 17:14:24 -07:00
committed by GitHub
parent 69d8ba45eb
commit 0608a0e812
3 changed files with 25 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
if [[ "$SHOULD_BUILD" == "yes" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cd VSCode-darwin
zip -r -X -y ../VSCodium-darwin-${LATEST_MS_TAG}.zip ./*
zip -r -X -y ../VSCodium-darwin-${LATEST_MS_TAG}.zip ./*.app
elif [[ "$BUILDARCH" == "ia32" ]]; then
cd VSCode-linux-ia32
tar czf ../VSCodium-linux-ia32-${LATEST_MS_TAG}.tar.gz .