Open ceonizm opened 3 years ago
This is unfortunately the state for 13, there are more issues using iohook in electron 13 that even when it does build it breaks in runtime. I'm working on the changes necessary for electron 13 and 14 but there need to be some changes to the addon first for that to happen so it's the third item on my agenda.
I have build for node 14 and electron 13 works on development but not after build.
iohook-v0.9.3-electron-v89-win32-x64.tar.gz iohook-v0.9.3-node-v83-win32-x64.tar.gz
asar: true
asar: false
Hello,
I was trying to build iohook on my local computer for electron 13.1.2 by running
node build.js --runtime electron --abi 89 --version 13.1.2 --no-upload
and node-gyp has finished by a not OK`> gyp ERR! build error
Expected Behavior
Obviously I expected
gyp info ok
at the end of the process.I've tested and managed to build 11.x and 12.x with the same process
Environment ubuntu 20.04 - node 12.22.11 tested with the latest 0.9.3 and from the git repository too
please find attached the output and error of build processes redirected to a file:
abi-87-12.0.11.log abi-89.log