fix(installer): complete context bundle roots
Publish UPM package / publish (push) Successful in 2s

This commit is contained in:
2026-08-26 13:22:01 +08:00
parent c42d24bcde
commit 7096459763
4 changed files with 36 additions and 4 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ namespace ShrinkSDK.Installer
DataSaverApp, DataSaverEventBus, NetworkApp, NetworkEventBus,
StarterBasic
},
new[] { StarterBasic },
new[] { StarterBasic, ContextEventBusAdapter },
recommended: true),
new ShrinkSdkPackageBundle(
"Context 最小基座",
@@ -195,7 +195,7 @@ namespace ShrinkSDK.Installer
DataSaverApp, DataSaverEventBus, NetworkApp, NetworkEventBus,
StarterBasic
},
new[] { StarterBasic, ModFramework, Tutorial })
new[] { StarterBasic, ContextEventBusAdapter, ModFramework, Tutorial })
};
internal static IReadOnlyList<ShrinkSdkPackageEntry> DistinctInstallRoots(