Update README
All checks were successful
Build and test project / build-and-test (push) Successful in 1m57s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m57s
This commit is contained in:
@@ -47,12 +47,13 @@ web/
|
||||
patch-ui.js # PatchUI: loads patches, parses YAML, renders toggle UI
|
||||
patch-runner.js # KoboPatchRunner: spawns Web Worker per build
|
||||
patch-worker.js # Web Worker: loads WASM, runs patchFirmware()
|
||||
strings.js # Localized UI strings
|
||||
wasm_exec.js # Go WASM runtime (copied from Go SDK by build.sh, gitignored)
|
||||
patches/
|
||||
index.json # Available patch manifest
|
||||
downloads.json # Firmware download URLs by version/serial (may be auto-generated)
|
||||
patches_*.zip # Patch files per firmware version
|
||||
nickelmenu/ # NickelMenu assets (generated by setup.sh, gitignored)
|
||||
nickelmenu/ # NickelMenu assets (generated by nickelmenu/setup.sh, gitignored)
|
||||
NickelMenu.zip
|
||||
kobo-config.zip
|
||||
favicon/
|
||||
@@ -68,7 +69,7 @@ nickelmenu/
|
||||
|
||||
kobopatch-wasm/
|
||||
main.go # Go entry point
|
||||
go.mod
|
||||
go.mod go.sum
|
||||
setup.sh # Clones kobopatch source, copies wasm_exec.js
|
||||
build.sh # Compiles WASM, copies to web/dist/wasm/ and web/src/js/
|
||||
integration_test.go
|
||||
@@ -79,6 +80,10 @@ tests/
|
||||
integration.spec.js # Playwright E2E tests
|
||||
playwright.config.js
|
||||
run-e2e.sh
|
||||
|
||||
# Root scripts
|
||||
test.sh # Runs all tests (WASM + E2E)
|
||||
serve-locally.sh # Serves app at localhost:8888
|
||||
```
|
||||
|
||||
## Adding a new software version
|
||||
|
||||
Reference in New Issue
Block a user