diff --git a/native/XPlatLauncher/about.toml b/native/XPlatLauncher/about.toml index 39136dd00772..89d4ada433fe 100644 --- a/native/XPlatLauncher/about.toml +++ b/native/XPlatLauncher/about.toml @@ -1,3 +1,12 @@ +targets = [ + "x86_64-pc-windows-msvc", + "aarch64-pc-windows-msvc", + "x86_64-apple-darwin", + "aarch64-apple-darwin", + "x86_64-unknown-linux-gnu", + "aarch64-unknown-linux-gnu", +] + accepted = [ "Apache-2.0", "MIT",