Fix system extension update error
This commit is contained in:
@@ -8,10 +8,10 @@ class StandaloneApplicationDelegate: ApplicationDelegate {
|
|||||||
func applicationWillFinishLaunching(_: Notification) {
|
func applicationWillFinishLaunching(_: Notification) {
|
||||||
Variant.useSystemExtension = true
|
Variant.useSystemExtension = true
|
||||||
LibboxSetXPCDialer(CommandXPCDialer.shared)
|
LibboxSetXPCDialer(CommandXPCDialer.shared)
|
||||||
UserServiceEndpointPublisher.shared.start()
|
|
||||||
Task {
|
Task {
|
||||||
await setupSystemExtension()
|
await setupSystemExtension()
|
||||||
await HelperServiceManager.updateRootHelperIfNeeded()
|
await HelperServiceManager.updateRootHelperIfNeeded()
|
||||||
|
UserServiceEndpointPublisher.shared.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user