Added missing pkg files

This commit is contained in:
TheFloW 2018-06-17 17:05:28 +02:00
parent cc7da5cf7b
commit a4ea5611dd
3 changed files with 3 additions and 1 deletions

View File

@ -191,9 +191,11 @@ vita_create_vpk(VitaShell.vpk ${VITA_TITLEID} eboot.bin
add_custom_target(release
COMMAND cp eboot.bin ../release/eboot.bin
COMMAND cp VitaShell.vpk_param.sfo ../release/param.sfo
COMMAND cp VitaShell.vpk ../release/VitaShell.vpk
DEPENDS VitaShell.vpk
DEPENDS eboot.bin
DEPENDS VitaShell.vpk
DEPENDS VitaShell.vpk_param.sfo
)
add_custom_target(send

BIN
release/head.bin Normal file

Binary file not shown.

BIN
release/param.sfo Normal file

Binary file not shown.