Skip to content

Commit f0bfd3b

Browse files
authored
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 baa47b6. * fixup!: update LICENSE in build-release
1 parent 38e57a3 commit f0bfd3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: LICENSE.txt renamed to LICENSE

File renamed without changes.

Diff for: ci/build/build-release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ main() {
2424
bundle_vscode
2525

2626
rsync ./docs/README.md "$RELEASE_PATH"
27-
rsync LICENSE.txt "$RELEASE_PATH"
27+
rsync LICENSE "$RELEASE_PATH"
2828
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
2929
}
3030

@@ -113,7 +113,7 @@ bundle_vscode() {
113113
"applicationName": "code-server",
114114
"dataFolderName": ".code-server",
115115
"win32MutexName": "codeserver",
116-
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE.txt",
116+
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE",
117117
"win32DirName": "code-server",
118118
"win32NameVersion": "code-server",
119119
"win32AppUserModelId": "coder.code-server",

0 commit comments

Comments
 (0)