mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
fix darwin bundle id
This commit is contained in:
parent
64d077c8b5
commit
764e7754ec
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"companyName": "Microsoft Corporation",
|
"companyName": "Microsoft Corporation",
|
||||||
"copyright": "Copyright (C) 2015 Microsoft. All rights reserved",
|
"copyright": "Copyright (C) 2015 Microsoft. All rights reserved",
|
||||||
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
|
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
|
||||||
"darwinBundleIdentifier": "code.visualstudio.com.Code",
|
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
||||||
"darwinApplicationCategoryType": "public.app-category.developer-tools",
|
"darwinApplicationCategoryType": "public.app-category.developer-tools",
|
||||||
"darwinBundleDocumentTypes": [{
|
"darwinBundleDocumentTypes": [{
|
||||||
"name": "Code OSS Build document",
|
"name": "Code OSS Build document",
|
||||||
|
|
Loading…
Reference in a new issue