diff options
Diffstat (limited to 'NVIDIAGfeSDK.uplugin')
| -rw-r--r-- | NVIDIAGfeSDK.uplugin | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/NVIDIAGfeSDK.uplugin b/NVIDIAGfeSDK.uplugin index c6d54c5..ce9074f 100644 --- a/NVIDIAGfeSDK.uplugin +++ b/NVIDIAGfeSDK.uplugin @@ -1,25 +1,30 @@ {
- "FileVersion": 3,
- "FriendlyName": "NVIDIA Shadowplay Highlights SDK Plugin",
- "Version": 1,
- "VersionName": "1.0",
- "CreatedBy": "NVIDIA",
- "CreatedByURL": "https://developer.nvidia.com/shadowplay-highlights",
- "DocsURL": "",
- "Description": "NVIDIA GeForce SDK with Shadowplay Highlights",
- "Category": "Other",
- "EnabledByDefault": false,
- "Modules": [
+ "FileVersion" : 3,
+ "Version" : 1,
+ "VersionName" : "1.0",
+ "FriendlyName" : "NVIDIA Shadowplay Highlights SDK Plugin",
+ "Description" : "NVIDIA GeForce SDK with Shadowplay Highlights",
+ "Category" : "Other",
+ "CreatedBy" : "NVIDIA",
+ "CreatedByURL" : "https://developer.nvidia.com/shadowplay-highlights",
+ "DocsURL" : "",
+ "MarketplaceURL" : "",
+ "SupportURL" : "",
+ "EnabledByDefault" : false,
+ "CanContainContent" : false,
+ "IsBetaVersion" : false,
+ "Installed" : false,
+ "Modules" :
+ [
{
- "Name": "NVIDIAGfeSDK",
- "Type": "Runtime",
- "LoadingPhase": "PostConfigInit",
+ "Name" : "NVIDIAGfeSDK",
+ "Type" : "Runtime",
+ "LoadingPhase" : "PostConfigInit",
"WhitelistPlatforms" :
[
"Win64",
"Win32"
]
}
- ],
- "CanContainContent": false
+ ]
}
\ No newline at end of file |