forked from openkylin/kylin-code
修改组织名称为KylinIdeTeam.
This commit is contained in:
parent
9dd7f02368
commit
83373e460f
|
@ -3,7 +3,7 @@
|
||||||
"version": "1.68.0",
|
"version": "1.68.0",
|
||||||
"distro": "2966cd72fc1a3a5fb89bf2d85a1a66e56206961a",
|
"distro": "2966cd72fc1a3a5fb89bf2d85a1a66e56206961a",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "KylinIdeTeam"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./out/main",
|
"main": "./out/main",
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
"serverLicensePrompt": "",
|
"serverLicensePrompt": "",
|
||||||
"serverApplicationName": "code-server-oss",
|
"serverApplicationName": "code-server-oss",
|
||||||
"serverDataFolderName": ".vscode-server-oss",
|
"serverDataFolderName": ".vscode-server-oss",
|
||||||
"win32DirName": "Microsoft Code OSS",
|
"win32DirName": "KylinIdeTeam Code OSS",
|
||||||
"win32NameVersion": "Microsoft Code OSS",
|
"win32NameVersion": "KylinIdeTeam Code OSS",
|
||||||
"win32RegValueName": "CodeOSS",
|
"win32RegValueName": "CodeOSS",
|
||||||
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
|
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
|
||||||
"win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
|
"win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"win32UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}",
|
"win32UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}",
|
||||||
"win32x64UserAppId": "{{CC6B787D-37A0-49E8-AE24-8559A032BE0C}",
|
"win32x64UserAppId": "{{CC6B787D-37A0-49E8-AE24-8559A032BE0C}",
|
||||||
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
|
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
|
||||||
"win32AppUserModelId": "Microsoft.CodeOSS",
|
"win32AppUserModelId": "KylinIdeTeam.CodeOSS",
|
||||||
"win32ShellNameShort": "C&ode - OSS",
|
"win32ShellNameShort": "C&ode - OSS",
|
||||||
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
||||||
"linuxIconName": "com.visualstudio.code.oss",
|
"linuxIconName": "com.visualstudio.code.oss",
|
||||||
|
|
|
@ -4,8 +4,8 @@ Section: devel
|
||||||
Depends: libnss3 (>= 2:3.26), gnupg, apt, libxkbfile1, libsecret-1-0, libgtk-3-0 (>= 3.10.0), libxss1, libgbm1
|
Depends: libnss3 (>= 2:3.26), gnupg, apt, libxkbfile1, libsecret-1-0, libgtk-3-0 (>= 3.10.0), libxss1, libgbm1
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: @@ARCHITECTURE@@
|
Architecture: @@ARCHITECTURE@@
|
||||||
Maintainer: Microsoft Corporation <vscode-linux@microsoft.com>
|
Maintainer: KylinIdeTeam
|
||||||
Homepage: https://code.visualstudio.com/
|
Homepage: https://gitee.com/openkylin/kylin-code
|
||||||
Installed-Size: @@INSTALLEDSIZE@@
|
Installed-Size: @@INSTALLEDSIZE@@
|
||||||
Provides: visual-studio-@@NAME@@
|
Provides: visual-studio-@@NAME@@
|
||||||
Conflicts: visual-studio-@@NAME@@
|
Conflicts: visual-studio-@@NAME@@
|
||||||
|
|
|
@ -3,10 +3,10 @@ Version: @@VERSION@@
|
||||||
Release: @@RELEASE@@.el7
|
Release: @@RELEASE@@.el7
|
||||||
Summary: Code editing. Redefined.
|
Summary: Code editing. Redefined.
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: Microsoft Corporation
|
Vendor: KylinIdeTeam
|
||||||
Packager: Visual Studio Code Team <vscode-linux@microsoft.com>
|
Packager: KylinIdeTeam
|
||||||
License: @@LICENSE@@
|
License: @@LICENSE@@
|
||||||
URL: https://code.visualstudio.com/
|
URL: https://gitee.com/openkylin/kylin-code
|
||||||
Icon: @@NAME@@.xpm
|
Icon: @@NAME@@.xpm
|
||||||
Requires: @@DEPENDENCIES@@
|
Requires: @@DEPENDENCIES@@
|
||||||
AutoReq: 0
|
AutoReq: 0
|
||||||
|
|
Loading…
Reference in New Issue