-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
--asar-unpack = "./node_modules/node-notifier/vendor/**" not working #189
Comments
Seems like you want |
I already tried that and it does not work either, sorry 😞 |
Is it possible to create a minimal testcase app in a gist that reproduces the bug? |
any luck testing? |
How is it going? |
I haven't had a chance to try to reproduce it. I imagine the workaround is to just not use the asar feature, but I'm not particularly familiar with it. |
Okay, I'm sorry to say this but, why the fuck did you bother to help me in the first place if you don't know a lot about asar? |
@MathijsvVelde Work on your attitude towards people who are trying to help you before working on code. It will come in handy in future conversations. |
Because getting as much information about the issue (including how to reproduce it reliably) is important, especially if it turns out to be a bug. It will help anyone who decides to figure out what the problem is.
The asar feature (like everything in electron-packager, really) is 100% community driven. If you can't wait for someone with an interest in this feature to take a look at this issue, perhaps try some other places in the Electron community?
This is quite literally how I would start: https://github.com/maxogden/electron-packager/search?l=javascript&q=asar&utf8=%E2%9C%93
I assumed you had the latest version of asar since you said you already tried |
I apologize for my attitude, @sbruchmann and @malept! on └─┬ [email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └── [email protected]
├── [email protected]
└── [email protected] It is still using [email protected] and the files aren't updated it looks like NPM has not been updated yet. |
As I mentioned earlier, the |
FYI, there is now a released version of electron-packager with |
👍 |
Since there hasn't been a response to whether |
whadup!!!
part of my package.json:
Executing on a Mac
Even though I use the option 'prune' and the option 'ignore' on the node modules "electron-packager","electron-prebuilt", 'app.asar.unpacked' is NOT created
@Asar reported issue
@node-notifier reported issue
any idea's?
Thanks!!
The text was updated successfully, but these errors were encountered: