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

Not running EXE files on app.asar.unpacked folder #47

Closed
luizlago opened this issue Nov 6, 2015 · 2 comments
Closed

Not running EXE files on app.asar.unpacked folder #47

luizlago opened this issue Nov 6, 2015 · 2 comments

Comments

@luizlago
Copy link

luizlago commented Nov 6, 2015

I'm trying to execute .exe file on my asar unpacked folder but not working. I unpacked one folder (app.asar.unpacked\public) and my executable is there. Any way to make it work?

I am using asar 0.8.2

@anaisbetts
Copy link

When you pass paths to native code or in some other scenarios, you sometimes have to undo the ASAR fiction (i.e. process.resourcesPath.replace("app.asar", "app.asar.unpacked"))

@luizlago
Copy link
Author

luizlago commented Nov 6, 2015

I did just that some minutes ago! thanks :)

@luizlago luizlago closed this as completed Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants