asar
asar copied to clipboard
Add the ability to unpack multiple folders.
Something like that, or with any other method to support multiple folders
asar pack . app.asar --unpack "/path/to/something/**, /path/to/something/else/**"
This would be a great enhancement and make things much easier for us developers. Hope it gets implemented :+1:
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...