Closed daose closed 4 years ago
Tried to use file glob patterns in electron-builder by requiring lib/index.js
and native/index.node
but somehow the app wasn't working.
It's probably actually do-able but didn't spend more time figuring out how, opting to just do an easy copy/paste instead via npm run copy
.
I think the packaged binaries right now are including a bunch of temporary files that don't need (~500MB). If those aren't needed need to figure out what files we actually do need and only bundle those in the electron executable
see https://neon-bindings.com/docs/publishing or electron