Refine desktop setup and remove bundled app center apps

This commit is contained in:
inman
2026-06-04 09:58:58 +08:00
parent 6153579b90
commit 84128dbe23
73 changed files with 3888 additions and 2024 deletions

View File

@@ -40,7 +40,6 @@ import { createSignalQuitHandler } from './signal-quit';
import { acquireProcessInstanceFileLock } from './process-instance-lock';
import { getSetting } from '../utils/store';
import { ensureBuiltinSkillsInstalled, ensurePreinstalledSkillsInstalled } from '../utils/skill-config';
import { stopNianxxPlayService } from '../utils/nianxx-play-service';
import { startHostApiServer } from '../api/server';
import { HostEventBus } from '../api/event-bus';
@@ -665,7 +664,6 @@ if (gotTheLock) {
hostEventBus.closeAll();
hostApiServer?.close();
stopNianxxPlayService();
void extensionRegistry.teardownAll();
const stopPromise = gatewayManager.stop().catch((err) => {