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() {
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",
You can’t perform that action at this time.
0 commit comments