mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
Testing build
This commit is contained in:
11
create_zip.sh
Executable file
11
create_zip.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" === "osx" ]]; then
|
||||
cd VSCode-darwin
|
||||
zip -r ../VSCode-darwin-${TRAVIS_TAG}.zip ./*
|
||||
else
|
||||
cd VSCode-linux-x64
|
||||
zip -r ../VSCode-linux-x64-${TRAVIS_TAG}.zip ./*
|
||||
fi
|
||||
|
||||
cd ..
|
||||
Reference in New Issue
Block a user