Skip to content

Commit 38d0c7a

Browse files
committed
Updated uplugin file. Added PlatformAllowList: Win64, Mac, Linux
1 parent de19a81 commit 38d0c7a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CheckAppInstance.uplugin

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
{
1919
"Name": "CheckAppInstance",
2020
"Type": "Runtime",
21-
"LoadingPhase": "EarliestPossible"
21+
"LoadingPhase": "EarliestPossible",
22+
"PlatformAllowList": [
23+
"Win64",
24+
"Mac",
25+
"Linux"
26+
]
2227
}
2328
]
2429
}

0 commit comments

Comments
 (0)