Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to unpack multiple folders. #45

Open
lipis opened this issue Oct 28, 2015 · 2 comments
Open

Add the ability to unpack multiple folders. #45

lipis opened this issue Oct 28, 2015 · 2 comments

Comments

@lipis
Copy link

lipis commented Oct 28, 2015

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

asar pack . app.asar --unpack "/path/to/something/**, /path/to/something/else/**"
@kurisubrooks
Copy link

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

@jgeurts
Copy link

jgeurts commented Nov 25, 2015

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants