asar icon indicating copy to clipboard operation
asar copied to clipboard

Simple extensive tar-like archive format with indexing

Results 64 asar issues
Sort by recently updated
recently updated
newest added

Hi, my environment: OS: MacOS high sierra 10.13.4, node: v8.9.4 I'm trying to extract asar file as followed: ``` $ npm install -g asar $ cd application-name.app/Contents/Resources $ mkdir code...

when i play and skip video in app on win or mac , electron show error: the media playback was aboated due to corruption problem or because the media used...

when trying to extract all files from an .asar file I'm getting such an error. ``` asar extract app.asar ./app fs.js:565 fs.write = function(fd, buffer, offset, length, position, callback) {...

wontfix

This can make the parser still able to read the archive when the file is concatenated into other files like `.exe`.

enhancement

I have try many times, use 'asar pack node_modules node_modules.asar --unpack-dir "{electron}"' in window cmd.exe, but asar didn't ingore electron folder

I believe my issue is related to https://github.com/electron/asar/issues/75, but nobody is responding to my comments on that issue. I am getting the following error when I try and run my...

Hi guys! I'm try to pack the "app" folder but I'm getting following error: ``` fs.js:1000 binding.stat(pathModule._makeLong(path), statValues); ^ Error: ENOENT: no such file or directory, stat '/Users/willy/Coding/Projects/Braineffect/tests/test-electron-nightmare/dist/mac/test-electron-nightmare.app/Contents/Resources/app/node_modules/electron/dist/Electron.app/Contents/Frameworks/Electron Framework.framework/Electron Framework'...

I want to pack node_modules directory into a standalone `node_modules.asar` file and pack other files into `app.asar`, how to make them run together well? Is it possible? Huge number of...

I am having problems on Windows when creating installers for our application. We have set `asar = false` for our builds but now we are getting `Path too long` errors....

wontfix

Asar Version: 0.12.3 Hello. When calling CreatePackageFromFiles we pass a callback to determine when the packaging has finished. Oddly enough, when the callback is fired it seems that Asar is...