mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +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
|
||||
place_files
|
||||
|
||||
if [[ ${XML} ]]; then
|
||||
if [[ ${XML} == "TRUE" ]]; then
|
||||
wit dolpatch ${DOL} xml="${XML_FILE}" --source "${XML_SOURCE}" || exit 1
|
||||
else
|
||||
${PPF} a ${DOL} ${PATCH} || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user