asar icon indicating copy to clipboard operation
asar copied to clipboard

Add the ability to unpack multiple folders.

Open lipis opened this issue 10 years ago • 2 comments

Something like that, or with any other method to support multiple folders

asar pack . app.asar --unpack "/path/to/something/**, /path/to/something/else/**"

lipis avatar Oct 28 '15 09:10 lipis

This would be a great enhancement and make things much easier for us developers. Hope it gets implemented :+1:

kurisubrooks avatar Oct 28 '15 09:10 kurisubrooks

I was able to unpack multiple paths using glob syntax:

--unpack "path/to/{something,else}/**"

It's not as ideal as say passing multiple --unpack parameters, but it may work for you...

jgeurts avatar Nov 25 '15 01:11 jgeurts