mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:21:35 +00:00
Branding: update bot.molt bundle IDs + launchd labels
This commit is contained in:
@@ -230,7 +230,7 @@ describe("buildServiceEnvironment", () => {
|
||||
expect(typeof env.CLAWDBOT_SERVICE_VERSION).toBe("string");
|
||||
expect(env.CLAWDBOT_SYSTEMD_UNIT).toBe("moltbot-gateway.service");
|
||||
if (process.platform === "darwin") {
|
||||
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("com.clawdbot.gateway");
|
||||
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("bot.molt.gateway");
|
||||
}
|
||||
});
|
||||
|
||||
@@ -241,7 +241,7 @@ describe("buildServiceEnvironment", () => {
|
||||
});
|
||||
expect(env.CLAWDBOT_SYSTEMD_UNIT).toBe("moltbot-gateway-work.service");
|
||||
if (process.platform === "darwin") {
|
||||
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("com.clawdbot.work");
|
||||
expect(env.CLAWDBOT_LAUNCHD_LABEL).toBe("bot.molt.work");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user