mirror of
https://github.com/danog/code-server.git
synced 2024-11-26 12:25:00 +01:00
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 baa47b68e63e6c885865b30397e984c5a8c34117. * fixup!: update LICENSE in build-release
This commit is contained in:
parent
38e57a355b
commit
f0bfd3b450
@ -24,7 +24,7 @@ main() {
|
||||
bundle_vscode
|
||||
|
||||
rsync ./docs/README.md "$RELEASE_PATH"
|
||||
rsync LICENSE.txt "$RELEASE_PATH"
|
||||
rsync LICENSE "$RELEASE_PATH"
|
||||
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
|
||||
}
|
||||
|
||||
@ -113,7 +113,7 @@ bundle_vscode() {
|
||||
"applicationName": "code-server",
|
||||
"dataFolderName": ".code-server",
|
||||
"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",
|
||||
"win32NameVersion": "code-server",
|
||||
"win32AppUserModelId": "coder.code-server",
|
||||
|
Loading…
Reference in New Issue
Block a user