Skip to content

Commit a4272f8

Browse files
authored
Updated uplugin. Removed EngineVersion and white list platforms Win64
1 parent 1af9eae commit a4272f8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

CheckAppInstance.uplugin

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"DocsURL": "https://github.com/mrbindraw/CheckAppInstance/blob/master/README.md",
1111
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/6a008b19e3ab40fba3f35125fc871373",
1212
"SupportURL": "mailto:mrbindraw@gmail.com",
13-
"EngineVersion": "5.4.0",
1413
"CanContainContent": false,
1514
"IsBetaVersion": false,
1615
"IsExperimentalVersion": false,
@@ -19,10 +18,7 @@
1918
{
2019
"Name": "CheckAppInstance",
2120
"Type": "Runtime",
22-
"LoadingPhase": "EarliestPossible",
23-
"WhitelistPlatforms": [
24-
"Win64"
25-
]
21+
"LoadingPhase": "EarliestPossible"
2622
}
2723
]
28-
}
24+
}

0 commit comments

Comments
 (0)