mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
small fix
This commit is contained in:
parent
68581f3bb9
commit
c8f426100c
@ -42,7 +42,7 @@ ${WIT} extract "${IMAGE}" ${WORKDIR} --psel=DATA -vv || exit 1
|
|||||||
detect_game_version
|
detect_game_version
|
||||||
place_files
|
place_files
|
||||||
|
|
||||||
if [[ ${XML} ]]; then
|
if [[ ${XML} == "TRUE" ]]; then
|
||||||
wit dolpatch ${DOL} xml="${XML_FILE}" --source "${XML_SOURCE}" || exit 1
|
wit dolpatch ${DOL} xml="${XML_FILE}" --source "${XML_SOURCE}" || exit 1
|
||||||
else
|
else
|
||||||
${PPF} a ${DOL} ${PATCH} || exit 1
|
${PPF} a ${DOL} ${PATCH} || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user