TODO:
-
Add a variable to allow extracting more files (using full path) -
Only do this for script targeting library ≥ 2.12 -
Extract files listed in APP_*_ICON(S_LIST)
-
unzip
might exit with a non-zero status if a file/directory doesn't exist in a particular archive -
Support archive-specific paths or files (like ARCHIVE_GAME_DATA_PATH_PLAYISM
) -
unzip
doesn't like duplicate files (so specifyingsomething*
thensomething*.jar
wouldn't work)