Archived
1
0

Add coder cloud agent binary to build process

This commit is contained in:
Anmol Sethi
2020-10-06 14:19:04 -04:00
parent 22c4a7e10f
commit 9035bfa871
4 changed files with 10 additions and 1 deletions

View File

@ -25,6 +25,7 @@ main() {
rsync README.md "$RELEASE_PATH"
rsync LICENSE.txt "$RELEASE_PATH"
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
rsync ./lib/coder-cloud-agent "$RELEASE_PATH/lib"
# code-server exports types which can be imported and used by plugins. Those
# types import ipc.d.ts but it isn't included in the final vscode build so