diff --git a/CMakeLists.txt b/CMakeLists.txt index e041ec9..28685bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/release/head.bin b/release/head.bin new file mode 100644 index 0000000..89e2078 Binary files /dev/null and b/release/head.bin differ diff --git a/release/param.sfo b/release/param.sfo new file mode 100644 index 0000000..90bd2aa Binary files /dev/null and b/release/param.sfo differ