mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-28 03:54:22 +01:00
only remove the wbfs we're going to build prior to the new build, not all
This commit is contained in:
parent
562a214da7
commit
307ee989f2
@ -59,8 +59,8 @@ esac
|
||||
case ${GAME_TYPE} in
|
||||
"RIIVOLUTION" )
|
||||
show_notes
|
||||
rm -rf ${WORKDIR}
|
||||
download_soundtrack
|
||||
cleanup_prebuild
|
||||
check_input_image
|
||||
check_input_image_special
|
||||
check_riivolution_patch
|
||||
@ -68,6 +68,7 @@ case ${GAME_TYPE} in
|
||||
${WIT} extract "${IMAGE}" ${WORKDIR} --psel=DATA -vv || exit 1
|
||||
|
||||
detect_game_version
|
||||
rm -f ${GAMEID}.wbfs ${CUSTOMID}.wbfs
|
||||
place_files
|
||||
|
||||
download_banner
|
||||
|
Loading…
Reference in New Issue
Block a user