You're welcome. If you want to split them into seperate archive files, just create a new archive with "build.archive("archiveName", "all")" and then add whatever you want to have inside that archive with "build.classify("folderStructureFromBaseFolder/**.fileExtension", "archiveName")
btw. ** stands for all files with a .fileExtension in the folder you specified + all subfolders, so if you just want to include the one in the images directory but NOT in the images/update1/ directory, you'd have to write it with a single * instead of a double **
This way you could create another archive that holds all /images/update1/ images