Closed cryptomilk closed 3 years ago
You should ask on the forum, I think there was a similar thread some time ago.
I got it working, yay :-)
Now I wonder, if I want prebuilds or do a final build and add the build/
directory to package.json too.
@cryptomilk how did you resolve the issue?
I replaced the prebuilt package with the source version in package.json and build it myself.
Hi,
I'm packaging signal-desktop in the openSUSE Buildservice. For Linux distributions you to always use libraries and executables from the system. This means signal-desktop is using an electron installation from the system.
When it looks for prebuilds, it only searches the electron directory:
So I wonder why does node-gyp-build not search in the Signal directory which is /usr/lib64/signal-desktop/ in my case. Help would be appreciated as I'm not a nodejs expert. It worked fine when bindings where used with libsignal-client-node repo.