Skip to content

Build a version for Electron v24.4.0 #437

Open
@dassoop

Description

@dassoop

Is is possible to use iohook with electron v24.4.0? Currently I'm using the command "npm install iohook --save" and getting this back in the logs

Error: GET https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-node-v108-darwin-x64.tar.gz returned 404
npm ERR! Prebuild for current platform (iohook-v0.9.3-node-v108-darwin-x64) not found!
npm ERR! Try to build for your platform manually:
npm ERR! # cd node_modules/iohook;
npm ERR! # npm run build

Is it possible to build this version manually or include a version working version with npm?

Here are my current devDependencies:

"dependencies": {
    "electron-squirrel-startup": "^1.0.0",
    "robotjs": "^0.6.0"
  },
  "devDependencies": {
    "@electron-forge/cli": "^6.1.1",
    "@electron-forge/maker-deb": "^6.1.1",
    "@electron-forge/maker-rpm": "^6.1.1",
    "@electron-forge/maker-squirrel": "^6.1.1",
    "@electron-forge/maker-zip": "^6.1.1",
    "electron": "24.4.0"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions