hoc-clk: add toolbox.json (thanks impeeza)

This commit is contained in:
souldbminersmwc
2025-09-27 16:31:22 -04:00
parent 54fb03d15a
commit 726d0d48bd
2 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ popd > /dev/null
mkdir -p "$DIST_DIR/atmosphere/contents/$TITLE_ID/flags"
cp -vf "$ROOT_DIR/sysmodule/out/sys-clk.nsp" "$DIST_DIR/atmosphere/contents/$TITLE_ID/exefs.nsp"
>"$DIST_DIR/atmosphere/contents/$TITLE_ID/flags/boot2.flag"
cp -vf "$ROOT_DIR/sysmodule/toolbox.json" "$DIST_DIR/atmosphere/contents/$TITLE_ID/toolbox.json"
echo "*** manager ***"
pushd "$ROOT_DIR/manager"
make -j$CORES

View File

@@ -0,0 +1,5 @@
{
"name" : "hoc-clk",
"tid" : "00FF0000636C6BFF",
"requires_reboot": false
}