Skip to content

Commit

Permalink
sysmodule: Add toolbox json
Browse files Browse the repository at this point in the history
  • Loading branch information
Grarak committed Feb 26, 2020
1 parent c1025d9 commit 4ab86e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mkdir -p release/atmosphere/contents/5600000000000000/flags
mkdir -p release/switch
cp build/client.nro release/switch/nxcord.nro
cp build/sysmodule.nsp release/atmosphere/contents/5600000000000000/exefs.nsp
cp sysmodule/toolbox.json release/atmosphere/contents/5600000000000000/
touch release/atmosphere/contents/5600000000000000/flags/boot2.flag
cd release
zip -r release.zip *
Expand Down
5 changes: 5 additions & 0 deletions sysmodule/toolbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "NXCord",
"tid": "5600000000000000",
"requires_reboot": true
}

0 comments on commit 4ab86e1

Please sign in to comment.