David

Results 5 comments of David

I was looking for this information as well. The only option I use is the _transform_ option. I've been searching the code for various options so I can document it...

Also found this in bin/asar.js ``` program.command('pack ') .alias('p') .description('create asar archive') .option('--ordering ', 'path to a text file for ordering contents') .option('--unpack ', 'do not pack files matching glob...

Hello, I've encountered similar issues recently so I felt compelled to contribute my $.02. In a developer's world error messages are not only necessary but expected and appreciated. At least...

Hi Eran, I've seen this issue before. Is the asar encrypted or protected in any way? I learned recently that there is something called "hidden errors". This happened to me...

I'm having the same issue and can't find a solution. After hours of troubleshooting it is clear that no matter how I try to add an array of strings (e.g.,...