-
Notifications
You must be signed in to change notification settings - Fork 32
Allow to pass python file path as a parameter #35
Open
Description
Line 7 in 9b13b40
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?
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.