mirror of
https://github.com/coder/code-server.git
synced 2026-01-15 01:35:00 +08:00
Fix README path on build-release
This commit is contained in:
parent
952aafff57
commit
010c1d8f2f
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user