1
0

Lock to specific stable kobopatch version
All checks were successful
Build and test project / build-and-test (push) Successful in 2m13s

This commit is contained in:
2026-03-17 22:15:05 +01:00
parent 008e35ea25
commit 7da4c9e2c0

View File

@@ -11,6 +11,8 @@ if [ -d "$KOBOPATCH_DIR" ]; then
else else
echo "Cloning kobopatch source..." echo "Cloning kobopatch source..."
git clone https://github.com/pgaskin/kobopatch.git "$KOBOPATCH_DIR" git clone https://github.com/pgaskin/kobopatch.git "$KOBOPATCH_DIR"
cd "$KOBOPATCH_DIR"
git checkout v0.16.0 # update this as updates come out
fi fi
echo "Copying wasm_exec.js from Go SDK..." echo "Copying wasm_exec.js from Go SDK..."