mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-01 07:15:06 +01:00
tell the user where we saved file was created
This commit is contained in:
parent
658eddb34b
commit
e885d7def6
@ -81,10 +81,11 @@ case ${GAME_TYPE} in
|
||||
dolpatch
|
||||
|
||||
if [[ ${CUSTOMID} ]]; then
|
||||
${WIT} cp -v -B ${WORKDIR} ${CUSTOMID}.wbfs -vv --disc-id=${CUSTOMID} ${TMD_OPTS} --name "${GAMENAME}"
|
||||
else
|
||||
${WIT} cp -v -B ${WORKDIR} ${GAMEID}.wbfs -vv --disc-id=${GAMEID} ${TMD_OPTS} --name "${GAMENAME}"
|
||||
GAMEID = ${CUSTOMID}
|
||||
fi
|
||||
${WIT} cp -v -B ${WORKDIR} ${GAMEID}.wbfs -vv --disc-id=${GAMEID} ${TMD_OPTS} --name "${GAMENAME}" || exit 1
|
||||
|
||||
echo -e "\n >>> ${GAMENAME} saved as:\n >>> ${GAMEID}.wbfs"
|
||||
;;
|
||||
|
||||
"IPS" )
|
||||
|
Loading…
Reference in New Issue
Block a user