Skip to content

Commit 89ec436

Browse files
committed
Added platform allow list: Win64, Mac, Linux
1 parent d9c4c04 commit 89ec436

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

SystemMicControlLite.uplugin

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

0 commit comments

Comments
 (0)