Skip to content

Commit fc01677

Browse files
committed
update uplugin file for marketplace-guidelines
1 parent 35cb938 commit fc01677

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

CheckAppInstance.uplugin

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"Version": 1,
44
"VersionName": "1.0.0",
55
"FriendlyName": "CheckAppInstance",
6-
"Description": "This plugin make possible only one instance of your game can be run at the same time",
6+
"Description": "This plugin makes it possible only one instance of your game can be run at the same time",
77
"Category": "Other",
88
"CreatedBy": "Andrew Bindraw",
9-
"CreatedByURL": "https://github.com/mrbindraw/CheckAppInstance",
10-
"DocsURL": "",
11-
"MarketplaceURL": "",
12-
"SupportURL": "",
9+
"CreatedByURL": "https://github.com/mrbindraw",
10+
"DocsURL": "https://github.com/mrbindraw/CheckAppInstance/blob/master/README.md",
11+
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/6a008b19e3ab40fba3f35125fc871373",
12+
"SupportURL": "mailto:mrbindraw@gmail.com",
13+
"EngineVersion": "4.18.0",
1314
"CanContainContent": false,
1415
"IsBetaVersion": false,
1516
"IsExperimentalVersion": false,
@@ -18,7 +19,7 @@
1819
{
1920
"Name": "CheckAppInstance",
2021
"Type": "Runtime",
21-
"LoadingPhase": "PreLoadingScreen",
22+
"LoadingPhase": "Default",
2223
"WhitelistPlatforms": [
2324
"Win64"
2425
]

0 commit comments

Comments
 (0)