mirror of
https://github.com/joel16/VitaShell.git
synced 2024-12-04 01:40:54 +00:00
Added missing pkg files
This commit is contained in:
parent
cc7da5cf7b
commit
a4ea5611dd
@ -191,9 +191,11 @@ vita_create_vpk(VitaShell.vpk ${VITA_TITLEID} eboot.bin
|
|||||||
|
|
||||||
add_custom_target(release
|
add_custom_target(release
|
||||||
COMMAND cp eboot.bin ../release/eboot.bin
|
COMMAND cp eboot.bin ../release/eboot.bin
|
||||||
|
COMMAND cp VitaShell.vpk_param.sfo ../release/param.sfo
|
||||||
COMMAND cp VitaShell.vpk ../release/VitaShell.vpk
|
COMMAND cp VitaShell.vpk ../release/VitaShell.vpk
|
||||||
DEPENDS VitaShell.vpk
|
|
||||||
DEPENDS eboot.bin
|
DEPENDS eboot.bin
|
||||||
|
DEPENDS VitaShell.vpk
|
||||||
|
DEPENDS VitaShell.vpk_param.sfo
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(send
|
add_custom_target(send
|
||||||
|
BIN
release/head.bin
Normal file
BIN
release/head.bin
Normal file
Binary file not shown.
BIN
release/param.sfo
Normal file
BIN
release/param.sfo
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user