Skip to content

Commit

Permalink
Added missing pkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Jun 17, 2018
1 parent cc7da5c commit a4ea561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added release/head.bin
Binary file not shown.
Binary file added release/param.sfo
Binary file not shown.

0 comments on commit a4ea561

Please sign in to comment.