chore: remove file ext. from LICENSE (#5070)
* chore: remove file ext. from LICENSE
* fixup!: update LICENSE in missing places
* Revert "fixup!: update LICENSE in missing places"
This reverts commit baa47b68e6
.
* fixup!: update LICENSE in build-release
This commit is contained in:
parent
38e57a355b
commit
f0bfd3b450
@ -24,7 +24,7 @@ main() {
|
|||||||
bundle_vscode
|
bundle_vscode
|
||||||
|
|
||||||
rsync ./docs/README.md "$RELEASE_PATH"
|
rsync ./docs/README.md "$RELEASE_PATH"
|
||||||
rsync LICENSE.txt "$RELEASE_PATH"
|
rsync LICENSE "$RELEASE_PATH"
|
||||||
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
|
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ bundle_vscode() {
|
|||||||
"applicationName": "code-server",
|
"applicationName": "code-server",
|
||||||
"dataFolderName": ".code-server",
|
"dataFolderName": ".code-server",
|
||||||
"win32MutexName": "codeserver",
|
"win32MutexName": "codeserver",
|
||||||
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE.txt",
|
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE",
|
||||||
"win32DirName": "code-server",
|
"win32DirName": "code-server",
|
||||||
"win32NameVersion": "code-server",
|
"win32NameVersion": "code-server",
|
||||||
"win32AppUserModelId": "coder.code-server",
|
"win32AppUserModelId": "coder.code-server",
|
||||||
|
Reference in New Issue
Block a user