-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
add option to disable warning about asar being off #982
Comments
Is there a way to detect such packaging automatically? |
Well theoretically, a simple detection could be just a simple lookout for asar (or asars files) in app directory. Or just a check for Since I have you on the line, I have something I would like to ask. I would like to benefit from your I would need an option to hook a callback before a build for a platform/arch is made, so that I could rebuild the |
Callback will be added. |
Great, I can not express how I appreciate that 👍 Really, creators and maintainers of various open source packages are often very reservedly when it comes to helping others integrate things with their packages and here you are always helpful and positive. Can you estimate a timeline for this two changes? Can I help or do the PR? In the first case I think I know what to add and where, and in the second I am not so sure. |
Yes, it will be helpful.
Consider to use
I suppose, callback should return Promise and we should wait promise completion. Promise result is boolean — |
Thanks for the tips.
So instead of
So this would not condition whether to build but rather whether to run |
Can I assume that there is an |
@wojtkowiak No, on |
|
Finally got time to get back to this. |
Thanks a lot! |
Can I add a PR with some env var that would disable this?
In
meteor-desktop
I am packing the app into three asars because I needed to split the app into three parts because of internal hot code push mechanism.So the app is actually asared, and this warning is adding a little confusion in my case.
The text was updated successfully, but these errors were encountered: