diff --git a/Source/sys-clk/build.sh b/Source/sys-clk/build.sh index 70d72aa4..5ee36772 100644 --- a/Source/sys-clk/build.sh +++ b/Source/sys-clk/build.sh @@ -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 diff --git a/Source/sys-clk/sysmodule/toolbox.json b/Source/sys-clk/sysmodule/toolbox.json new file mode 100644 index 00000000..83ac964c --- /dev/null +++ b/Source/sys-clk/sysmodule/toolbox.json @@ -0,0 +1,5 @@ +{ + "name" : "hoc-clk", + "tid" : "00FF0000636C6BFF", + "requires_reboot": false +} \ No newline at end of file