diff --git a/nixpacks.toml b/nixpacks.toml index e30a18d..a9774e0 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -7,6 +7,7 @@ cmds = [ "curl -sSfL https://go.dev/dl/go1.23.12.linux-amd64.tar.gz | tar -xz -C /usr/local", "cd kobopatch-wasm && bash setup.sh", "cd kobopatch-wasm && bash build.sh", + "bash nickelmenu/setup.sh", ] [start] diff --git a/web/public/index.html b/web/public/index.html index b154bc3..2680dcb 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -19,7 +19,7 @@ @keyframes spin { to { transform: rotate(360deg); } } [hidden] { display: none !important; } - + @@ -417,10 +417,10 @@ - - - - - + + + + + diff --git a/web/public/js/patch-worker.js b/web/public/js/patch-worker.js index e3bc616..06d0c96 100644 --- a/web/public/js/patch-worker.js +++ b/web/public/js/patch-worker.js @@ -10,7 +10,7 @@ async function loadWasm() { const go = new Go(); const result = await WebAssembly.instantiateStreaming( - fetch('../wasm/kobopatch.wasm?ts=1773751630'), + fetch('../wasm/kobopatch.wasm?ts=1773771588'), go.importObject ); go.run(result.instance);