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 @@ - - - - - + + + + +