File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ main() {
24
24
bundle_vscode
25
25
26
26
rsync ./docs/README.md " $RELEASE_PATH "
27
- rsync LICENSE.txt " $RELEASE_PATH "
27
+ rsync LICENSE " $RELEASE_PATH "
28
28
rsync ./lib/vscode/ThirdPartyNotices.txt " $RELEASE_PATH "
29
29
}
30
30
@@ -113,7 +113,7 @@ bundle_vscode() {
113
113
"applicationName": "code-server",
114
114
"dataFolderName": ".code-server",
115
115
"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",
117
117
"win32DirName": "code-server",
118
118
"win32NameVersion": "code-server",
119
119
"win32AppUserModelId": "coder.code-server",
You can’t perform that action at this time.
0 commit comments