We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e57a3 commit f0bfd3bCopy full SHA for f0bfd3b
LICENSE.txt renamed to LICENSE
ci/build/build-release.sh
@@ -24,7 +24,7 @@ main() {
24
bundle_vscode
25
26
rsync ./docs/README.md "$RELEASE_PATH"
27
- rsync LICENSE.txt "$RELEASE_PATH"
+ rsync LICENSE "$RELEASE_PATH"
28
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
29
}
30
@@ -113,7 +113,7 @@ bundle_vscode() {
113
"applicationName": "code-server",
114
"dataFolderName": ".code-server",
115
"win32MutexName": "codeserver",
116
- "licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE.txt",
+ "licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE",
117
"win32DirName": "code-server",
118
"win32NameVersion": "code-server",
119
"win32AppUserModelId": "coder.code-server",
0 commit comments