Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Feb 3, 2024
1 parent ff9ecc1 commit b6c546f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ module:
dist: all
git config --global --add safe.directory /__w/losers/losers
mkdir -p dist/switch/.overlays
mkdir -p dist/atmosphere/contents/42000000000000000
cp sys-tune/sys-tune.nsp dist/atmosphere/contents/4200000000000000/exefs.nsp
mkdir -p dist/atmosphere/contents/4200000000000FA17
cp sys-tune/sys-tune.nsp dist/atmosphere/contents/420000000000FA17/exefs.nsp
cp overlay/sys-tune-overlay.ovl dist/switch/.overlays/
cp sys-tune/toolbox.json dist/atmosphere/contents/4200000000000000/
cp sys-tune/toolbox.json dist/atmosphere/contents/420000000000FA17/
cd dist; zip -r sys-tune-$(VERSION)-$(GITHASH).zip ./**/; cp *.zip ../; cd ../;
-hactool -t nso sys-tune/sys-tune.nso

Expand Down

0 comments on commit b6c546f

Please sign in to comment.