1
0

Allow customisation of <head> at buildtime
All checks were successful
Build and test project / build-and-test (push) Successful in 2m20s

This commit is contained in:
2026-03-17 23:34:11 +01:00
parent 7da4c9e2c0
commit 22e5e83df1

View File

@@ -12,6 +12,7 @@ cmds = [
"cd kobopatch-wasm && bash setup.sh",
"cd kobopatch-wasm && bash build.sh",
"cd nickelmenu && bash setup.sh",
"sed -i \"s|</head>|${ADDITIONAL_TAGS}</head>|\" web/public/index.html",
]
[start]