build: restore qa channel updater sidecar

This commit is contained in:
Peter Steinberger
2026-04-16 23:59:10 +01:00
parent ce1be0f43d
commit ed04d38bec
2 changed files with 17 additions and 11 deletions

View File

@@ -36,10 +36,10 @@ const DISABLE_POSTINSTALL_ENV = "OPENCLAW_DISABLE_BUNDLED_PLUGIN_POSTINSTALL";
const DIST_INVENTORY_PATH = "dist/postinstall-inventory.json";
const LEGACY_UPDATE_COMPAT_SIDECARS = [
{
path: "dist/extensions/qa-lab/runtime-api.js",
removedPrefix: "dist/extensions/qa-lab/",
path: "dist/extensions/qa-channel/runtime-api.js",
removedPrefix: "dist/extensions/qa-channel/",
content:
"// Compatibility stub for older OpenClaw updaters. QA Lab is not packaged.\nexport {};\n",
"// Compatibility stub for older OpenClaw updaters. The QA channel implementation is not packaged.\nexport {};\n",
},
];
const BAILEYS_MEDIA_FILE = join(