Immutable packaged payload under `vendor/openclaw-runtime/` includes:
...
...
@@ -809,7 +808,7 @@ Immutable packaged payload under `vendor/openclaw-runtime/` includes:
Mutable runtime data lives outside the installer payload and should be created under Electron `userData/runtime/`.
The payload is considered ready only when the Node entry, OpenClaw package, Python executable, Python manifest, FFmpeg/FFprobe tools, and locked Python imports all validate successfully on the target machine.
Immutable packaged payload under endor/openclaw-runtime/ includes:
Immutable packaged payload under `vendor/openclaw-runtime/` includes:
-
ode/node.exe
- openclaw/index.js
- openclaw/package/openclaw.mjs
- config/openclaw.json
- python/python.exe
- python/python-manifest.json
- python/runtime-requirements.lock.txt
- playwright-browsers/
-`node/node.exe`
-`openclaw/index.js`
-`openclaw/package/openclaw.mjs`
-`config/openclaw.json`
-`python/python.exe`
-`python/python-manifest.json`
-`python/runtime-requirements.lock.txt`
-`ffmpeg/bin/ffmpeg.exe`
-`ffmpeg/bin/ffprobe.exe`
-`playwright-browsers/`
Mutable runtime data lives outside the installer payload and should be created under Electron userData/runtime/.
Mutable runtime data lives outside the installer payload and should be created under Electron `userData/runtime/`.
The payload is considered ready only when the Node entry, OpenClaw package, Python executable, Python manifest, and locked Python imports all validate successfully on the target machine.
\ No newline at end of file
The payload is considered ready only when the Node entry, OpenClaw package, Python executable, Python manifest, FFmpeg/FFprobe tools, and locked Python imports all validate successfully on the target machine.