epsitec-sa / hazardous

Overload Electron path module for asar.unpacked support
68 stars 6 forks source link

How to unpack multiple directories using hazardous #7

Closed karthik22061993 closed 4 years ago

karthik22061993 commented 4 years ago

I have a requirement in my electron app. I want to unpack multiple directories. Currently I am using this inside package.json

"builder": " xxxx --asar.unpackDir=node_modules/regedit"

But what I want to do here is

"builder": " xxxx --asar.unpackDir=node_modules/regedit , node_modules/@types/express"

Can I do this with hazardous?

Skywalker13 commented 4 years ago

It's not the purpose of hazardous, sorry.