refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -82,9 +82,9 @@ async function stopAndUninstallService(runtime: RuntimeEnv): Promise<boolean> {
async function removeMacApp(runtime: RuntimeEnv, dryRun?: boolean) {
if (process.platform !== "darwin") return;
await removePath("/Applications/Moltbot.app", runtime, {
await removePath("/Applications/OpenClaw.app", runtime, {
dryRun,
label: "/Applications/Moltbot.app",
label: "/Applications/OpenClaw.app",
});
}
@@ -111,12 +111,12 @@ export async function uninstallCommand(runtime: RuntimeEnv, opts: UninstallOptio
label: "Gateway service",
hint: "launchd / systemd / schtasks",
},
{ value: "state", label: "State + config", hint: "~/.clawdbot" },
{ value: "state", label: "State + config", hint: "~/.openclaw" },
{ value: "workspace", label: "Workspace", hint: "agent files" },
{
value: "app",
label: "macOS app",
hint: "/Applications/Moltbot.app",
hint: "/Applications/OpenClaw.app",
},
],
initialValues: ["service", "state", "workspace"],