From ff9ecc14a94a6cbb484cc020f193d9afa179dfd1 Mon Sep 17 00:00:00 2001 From: wtfloltk <153698146+wtfloltk@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:33:44 -0500 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 944c24c..1b8d29c 100644 --- a/Makefile +++ b/Makefile @@ -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/420000000000FA17 - cp sys-tune/sys-tune.nsp dist/atmosphere/contents/420000000000FA17/exefs.nsp + mkdir -p dist/atmosphere/contents/42000000000000000 + cp sys-tune/sys-tune.nsp dist/atmosphere/contents/4200000000000000/exefs.nsp cp overlay/sys-tune-overlay.ovl dist/switch/.overlays/ - cp sys-tune/toolbox.json dist/atmosphere/contents/420000000000FA17/ + cp sys-tune/toolbox.json dist/atmosphere/contents/4200000000000000/ cd dist; zip -r sys-tune-$(VERSION)-$(GITHASH).zip ./**/; cp *.zip ../; cd ../; -hactool -t nso sys-tune/sys-tune.nso