You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can now specify a folder level to create zip files at, by using the new "ZipFileSplitLevel" flag on the config file. Default is 0, which will be the same behavior as previous versions, IE, creating one zip file containing the entire folder. 1 will create zip files for every folder that is one level down from the root folder, and so on.
Breaking Changes
The "CreateZipFile" flag on the config file has been changed to "CreateZipFiles". Config files must be updated.