assetpack icon indicating copy to clipboard operation
assetpack copied to clipboard

feat: Added support for nameStyle option in Manifest

Open CatchABus opened this issue 1 year ago • 0 comments

This PR takes care of bundle name conflicts by adding support of nameStyle property. Unlike v0.x.x which used complex regex to extract relative name from path, this PR traverses asset tree and generates the relative name without much effort. Fixes/Closes #87

CatchABus avatar Oct 09 '24 02:10 CatchABus