Skip to content

Commit

Permalink
repackage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jun 11, 2024
1 parent 26997d4 commit 1115391
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ copy-bin:
$(Q)cp -r contrib/PSP/SAVEDATA/ARK_01234/ dist/ # ARK Savedata installation
$(Q)cp -r contrib/PSP/GAME/ARK_DC/ dist/PSP/ # ARK DC installer
$(Q)cp loader/dc/installer/EBOOT.PBP dist/PSP/ARK_DC/ # ARK DC installer
$(Q)cp loader/vpk/bin/psp/EBOOT.PBP dist/PSVita/Standalone/
$(Q)cp loader/vpk/bin/psp/PBOOT.PBP dist/PSVita/Standalone/
$(Q)cp loader/vpk/bin/psp/EBOOT.PBP dist/PSVita/PSPCFW/NPUZ01234/
$(Q)cp loader/vpk/bin/psp/PBOOT.PBP dist/PSVita/PSPCFW/NPUZ01234/
$(Q)cp loader/perma/cipl/installer/EBOOT.PBP dist/PSP/ARK_cIPL/EBOOT.PBP
$(Q)cp loader/perma/infinity/EBOOT.PBP dist/PSP/Infinity/ # Infinity with ARK support
$(Q)cp loader/perma/infinity/EBOOT_GO.PBP dist/PSP/Infinity/ # Infinity with ARK support (PSP Go)
$(Q)cp loader/live/user/linkless_payload/H.BIN dist/ARK_01234/H.BIN # game exploit loader
$(Q)cp loader/live/user/signed_eboot/EBOOT.PBP dist/ARK_Loader/EBOOT.PBP # Signed EBOOT
$(Q)cp loader/live/user/psxloader/EBOOT.PBP dist/PSVita/PS1CFW/SCPS10084/
$(Q)cp loader/live/user/psxloader/psxloader.prx dist/PSVita/PS1CFW/
$(Q)cp loader/live/kernel/chain_loader/ARK.BIN dist/ARK_01234/ARK.BIN # ARK-2 chainloader
$(Q)cp loader/live/kernel/kernel_loader/ARK4.BIN dist/ARK_01234/ARK4.BIN # ARK-4 loader
$(Q)cp loader/live/kernel/psxloader/ARKX.BIN dist/ARK_01234/ARKX.BIN # ARK-X loader
Expand Down Expand Up @@ -382,7 +381,8 @@ mkdir-dist:
$(Q)mkdir dist/PSP/Pops4Tool/kd | true
$(Q)mkdir dist/PSP/Pops4Tool/vsh | true
$(Q)mkdir dist/PSP/Pops4Tool/vsh/module | true
$(Q)mkdir dist/PSVita/Standalone | true
$(Q)mkdir dist/PSVita/PSPCFW | true
$(Q)mkdir dist/PSVita/PSPCFW/NPUZ01234 | true
$(Q)mkdir dist/PSVita/PS1CFW | true
$(Q)mkdir dist/PSVita/PS1CFW/SCPS10084 | true

Expand Down

0 comments on commit 1115391

Please sign in to comment.