codearoni / zxp-sign-cmd

A JS wrapper for Adobe's extension signer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signing fails on non-existing folder hierarchy

rendertom opened this issue · comments

Signing operation fails if "output" destination contains non-existing nested folder hierarchy:

Works: "existingFolder/NonExistingFolder/file.zxp"
Fails: "existingFolder/NonExistingFolder1/NonExistingFolder 2/file.zxp"

Would be great if it recursively create folder hierarchy before placing a ZXP file.

commented

node 10 supports recursive mkdir natively.

I will consider adding that functionality in a future release that deprecates node 8 or lower

commented

nice bruno 👍

commented

@rendertom Recursive folder building is fixed in v2