Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pack with MAC OS and extract with Windows 8. #50

Open
crazybear opened this issue Nov 24, 2015 · 0 comments
Open

Pack with MAC OS and extract with Windows 8. #50

crazybear opened this issue Nov 24, 2015 · 0 comments
Labels

Comments

@crazybear
Copy link

I have a file named a in my app. Dir is app/x/a and it link to app/x/b.
When I extract app with Windows 8

E:\electron-v0.35.0-win32-x64\resources>asar e app.asar .\asds\  
C:\Users\nan\AppData\Roaming\npm\node_modules\asar\lib\filesystem.js:116
        return node.files[name];
                   ^

After reading code I found this file json is

x : {file : {link : app/x/b}}

but path.sep is \ on Windows so Filesystem can't find it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant