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
I'm publishing a library (https://github.com/journeyapps/node-sqlcipher), that uses node-pre-gyp to publish pre-built binaries for various node and electron versions. However, electron-rebuild still seems to build from source.
Is there a guide to how the library should be configured / published so that it works correctly with electron-rebuild? It's quite difficult to figure out from the source exactly the steps performed to (1) check whether the binaries are already present and (2) how it is installed.
The text was updated successfully, but these errors were encountered:
I'm publishing a library (https://github.com/journeyapps/node-sqlcipher), that uses
node-pre-gyp
to publish pre-built binaries for various node and electron versions. However,electron-rebuild
still seems to build from source.Is there a guide to how the library should be configured / published so that it works correctly with electron-rebuild? It's quite difficult to figure out from the source exactly the steps performed to (1) check whether the binaries are already present and (2) how it is installed.
The text was updated successfully, but these errors were encountered: