How to unpack an .asar file?

I have packed my Electron application using the following command:

asar pack app app.asar

Now, I need to unpack it and get the whole code back. Is there any way to do so?

2 Answers
2

Leave a Comment