mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:31:23 +00:00
refactor: rename clawdbot to moltbot with legacy compat
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/Clawdbot.app", runtime, {
|
||||
await removePath("/Applications/Moltbot.app", runtime, {
|
||||
dryRun,
|
||||
label: "/Applications/Clawdbot.app",
|
||||
label: "/Applications/Moltbot.app",
|
||||
});
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ export async function uninstallCommand(runtime: RuntimeEnv, opts: UninstallOptio
|
||||
{
|
||||
value: "app",
|
||||
label: "macOS app",
|
||||
hint: "/Applications/Clawdbot.app",
|
||||
hint: "/Applications/Moltbot.app",
|
||||
},
|
||||
],
|
||||
initialValues: ["service", "state", "workspace"],
|
||||
|
||||
Reference in New Issue
Block a user