1
0

Pin kobopatch to 6189c54
All checks were successful
Build and test project / build-and-test (push) Successful in 1m30s

This commit is contained in:
2026-03-19 09:21:15 +01:00
parent 2075ce5c09
commit 7343666bbc
3 changed files with 4 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ else
echo "Cloning kobopatch source..."
git clone https://github.com/pgaskin/kobopatch.git "$KOBOPATCH_DIR"
cd "$KOBOPATCH_DIR"
git checkout v0.16.0 # update this as updates come out
git checkout 6189c54 # update this as updates come out
fi
echo "Copying wasm_exec.js from Go SDK..."