Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
feat: add iohook (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkatQuas committed Oct 24, 2021
1 parent 53924e7 commit 899c3e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,19 @@ var config = {
// for mirrors
alwayNewDirIndex: 0,
},
iohook: {
name: 'iohook',
category: 'iohook',
enable: true,
disturl: 'https://github.com/wilix-team/iohook/releases',
repo: 'wilix-team/iohook',
url: 'https://github.com/wilix-team/iohook',
description: 'Node.js global native keyboard and mouse listener.',
syncerClass: 'GithubWithVersion',
needFormatTagName: false,
// for mirrors
alwayNewDirIndex: 0,
},
},
};

Expand Down

0 comments on commit 899c3e5

Please sign in to comment.