Fix README path on build-release

This commit is contained in:
Bruno 2021-06-28 14:16:20 +00:00
parent 952aafff57
commit 010c1d8f2f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ main() {
bundle_code_server
bundle_vscode
rsync README.md "$RELEASE_PATH"
rsync ./docs/README.md "$RELEASE_PATH"
rsync LICENSE.txt "$RELEASE_PATH"
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
}