|
const PYTHON_BRIDGE_SCRIPT = path.join(__dirname, 'node_python_bridge.py'); |
Most Electron apps pack files into the ASAR archive, so there is no access to node_modules. During build it is possible to copy some resources outside of the ASAR bundle to be accessed later.
Would you accept a PR to provide a custom path to node_python_bridge.py?