hoc-clk: add toolbox.json (thanks impeeza)
This commit is contained in:
@@ -22,7 +22,7 @@ popd > /dev/null
|
|||||||
mkdir -p "$DIST_DIR/atmosphere/contents/$TITLE_ID/flags"
|
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"
|
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"
|
>"$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 ***"
|
echo "*** manager ***"
|
||||||
pushd "$ROOT_DIR/manager"
|
pushd "$ROOT_DIR/manager"
|
||||||
make -j$CORES
|
make -j$CORES
|
||||||
|
|||||||
5
Source/sys-clk/sysmodule/toolbox.json
Normal file
5
Source/sys-clk/sysmodule/toolbox.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name" : "hoc-clk",
|
||||||
|
"tid" : "00FF0000636C6BFF",
|
||||||
|
"requires_reboot": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user