Top "Asar" questions

asar - Atom-Shell Archive Simple extensive tar-like archive format with indexing

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 …

node.js electron asar
How should i exclude all node_modules in electron-packager

I'm using electron-packager for creating an electron.exe of my app. I need to exclude all node modules . I tried …

node.js electron node-modules electron-packager asar
What is .asar file and why it's used in electron applications

So the question is in the title. As far as I understand, .asar is kind of archived file using in …

electron asar
NodeJS + electron paths

I'm trying to figure out how to predict paths within the code in an electron packaged app with asar flag. …

javascript node.js electron asar