Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 510 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 510 Bytes

注意electron使用ffi调用dll,需要根据版本rebuild,官方文档.

target是electron版本。

cd node_modules/ffi
node-gyp rebuild -target=1.7.12 -arch=x64 -dist-url=https://atom.io/download/atom-shell

cd node_modules/ref
node-gyp rebuild -target=1.7.12 -arch=x64 -dist-url=https://atom.io/download/atom-shell

dll项目