-
Notifications
You must be signed in to change notification settings - Fork 236
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
Call electron-builder directly from Gruntfile (w/ native rebuild) #248
Conversation
ConorIA
commented
Dec 4, 2016
had to check the history about it.. found it #148 :) |
Strangely enough, I am still getting an error when I run the grunt task. It only works when I explicitly build with node_modules/.bin/build |
clean install everything? ( |
Just saw this. I will try reverting 0ff1be1 locally and see if it works. |
No luck. But I'm thinking that maybe I was misjudging the situation... The build command doesn't seem to be working when called with |
That's awesome! Thanks for spending more time.. |
@lipis, I'm getting the same. Seems that electron-builder is expecting to find I haven't tried it, but a simple UPDATE: Yep, sure enough, the symlink works. |
had to install it actually |
Oups.. too fast.. :) It built the 64 versions.. but failed later :( https://gist.github.com/lipis/008b9c53a5f70b58331254d13786c519 |
Are you using |
Now that the build process is back to using NPM, this could probably be changed back to tasks in |