diff --git a/ChangeLog b/ChangeLog index c82657d..ebef2c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ v5.2.0: adventure) - add support for SMN?DU DarkUmbra SMB Anniversary Edition - add support for SMN?ZA Newer Apocalypse +- add exit code 81 (hack does not support supplied game version) v5.1.0: - remove MKWIIMM_GAME_LANG from patchimage.rc (sets the language diff --git a/script.d/darkumbrasmb.sh b/script.d/darkumbrasmb.sh index 4558547..e18ad08 100644 --- a/script.d/darkumbrasmb.sh +++ b/script.d/darkumbrasmb.sh @@ -45,7 +45,7 @@ detect_game_version () { place_files () { - cp -r "${RIIVOLUTION_DIR}"/dusmbae/ ${WORKDIR}/files/ + cp -r "${RIIVOLUTION_DIR}"/dusmbae/files/ ${WORKDIR}/ }