-
Notifications
You must be signed in to change notification settings - Fork 60
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
Allow to specify custom paths to all the binaries so it can be used in Electron apps (.asar) #55
Comments
Looks like it's been somewhat done in es-7z module but it throws an |
Hi. It is a popular request and has been added to the master branch. If you need this feature right now 7784630 is a working version (README not up-to-date but check out the tests for usage. |
@quentinrossetti thanks mate! |
Closed in |
@quentinrossetti good job! I found a problem though:
Any ideas on why that might be happening? Do you think it's related to that?: I got that error in a project based on this Electron-Webpack-Vue boilerplate. But it looks like it DOES work in that Electron-Webpack boilerplate. |
Right now, when you try to use it in an Electron app you get this error:
This happens because
electron.asar
breaks relative paths.Could you please allow to specify custom paths to all the needed binaries so it can be used in Electron apps (.asar)?
The text was updated successfully, but these errors were encountered: