bdd11f741b
Also too the opportunity to rewrite the build script since there was a change in the build steps (mainly how the product JSON is inserted) and to get the build changes out of the patch. It also no longer relies on external caching (we'll want to do this within CI instead).
22 lines
642 B
JSON
22 lines
642 B
JSON
{
|
|
"nameShort": "code-server",
|
|
"nameLong": "code-server",
|
|
"applicationName": "code-server",
|
|
"dataFolderName": ".code-server",
|
|
"win32MutexName": "codeserver",
|
|
"win32DirName": "Code Server",
|
|
"win32NameVersion": "Code Server",
|
|
"win32RegValueName": "CodeServer",
|
|
"win32AppId": "",
|
|
"win32x64AppId": "",
|
|
"win32UserAppId": "",
|
|
"win32x64UserAppId": "",
|
|
"win32AppUserModelId": "CodeServer",
|
|
"win32ShellNameShort": "C&ode Server",
|
|
"darwinBundleIdentifier": "com.code.server",
|
|
"linuxIconName": "com.code.server",
|
|
"urlProtocol": "code-server",
|
|
"updateUrl": "https://api.github.com/repos/cdr/code-server/releases",
|
|
"quality": "latest"
|
|
}
|