mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:41:24 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user