mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-25 13:50:22 +00:00
Create path to boot2 when running make dist
This commit is contained in:
parent
e275318953
commit
be8bb2f505
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -23,6 +23,7 @@ dist: all
|
|||
|
||||
mkdir -p dist/atmosphere/contents/$(BTDRVMITM_TID)
|
||||
cp btdrv-mitm/btdrv-mitm.nsp dist/atmosphere/contents/$(BTDRVMITM_TID)/exefs.nsp
|
||||
mkdir -p dist/atmosphere/contents/0100000000000008/
|
||||
cp Atmosphere/stratosphere/boot2/boot2.nsp dist/atmosphere/contents/0100000000000008/exefs.nsp
|
||||
#mkdir -p dist/atmosphere/contents/$(BTDRVMITM_TID)/flags
|
||||
#touch dist/atmosphere/contents/$(BTDRVMITM_TID)/flags/boot2.flag
|
||||
|
|
Loading…
Reference in a new issue