You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys. Thank you for your amazing work, nodegit is a fine piece of Software.
I'm asking for your advice here.
I managed to include nodegit in our electron app but since it depends on C binaries, it basically forces us to compile the application separately on each target.
That's a shame because we lose the possibility to create all the targets clients (linux, mac and windows) in one build on a single machine.
There must be some kind of way of linking pre-compiled binaries on the fly but I could really use your help here!