jackailocal / docs /BUILDER_PATH_AND_MANIFEST_AUTO_CAPTURE.md
jackboy70's picture
Deploy: accurate lite-builder note
f25362a
|
Raw
History Blame Contribute Delete
1 kB
# Builder path and manifest auto-capture
`BUILD-USB.cmd` and `TEST-WITHOUT-USB.cmd` must be executed from inside the extracted JackAILocal Builder folder.
They must not be copied alone to the target USB key.
Correct structure:
```text
JackAILocal-Builder-v12/
β”œβ”€β”€ BUILD-USB.cmd
β”œβ”€β”€ TEST-WITHOUT-USB.cmd
β”œβ”€β”€ client-builder/
β”‚ └── windows/
β”‚ └── JackAILocal-USB-Builder.ps1
β”œβ”€β”€ manifest-input/
β”œβ”€β”€ webui/
β”œβ”€β”€ config/
└── windows/
```
The builder automatically looks for Gradio-generated build manifests in:
1. The extracted builder folder.
2. `manifest-input/` inside the extracted builder folder.
3. The user's `Downloads` folder.
Expected filename pattern:
```text
jackailocal-build-manifest-*.zip
```
The user does not extract the manifest ZIP. The builder reads it directly.
After the target USB/SSD is built, the customer only uses:
```text
START-HERE.cmd
```
The target USB does not need the `client-builder/` folder.