Fix system extension update error

This commit is contained in:
世界
2026-04-22 13:40:02 +08:00
parent 43a2bf467f
commit ba4ef994bd
@@ -8,10 +8,10 @@ class StandaloneApplicationDelegate: ApplicationDelegate {
func applicationWillFinishLaunching(_: Notification) {
Variant.useSystemExtension = true
LibboxSetXPCDialer(CommandXPCDialer.shared)
UserServiceEndpointPublisher.shared.start()
Task {
await setupSystemExtension()
await HelperServiceManager.updateRootHelperIfNeeded()
UserServiceEndpointPublisher.shared.start()
}
}