mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-28 15:13:21 +08:00
v0.0.1
This commit is contained in:
BIN
robotjs/darwin/robotjs.node
Normal file
BIN
robotjs/darwin/robotjs.node
Normal file
Binary file not shown.
5
robotjs/index.js
Normal file
5
robotjs/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
if(process.platform==='darwin'){
|
||||
module.exports = require('./darwin/robotjs.node')
|
||||
}else if(process.platform==='win32'){
|
||||
module.exports = require(`./win32/${process.arch}/robotjs.node`)
|
||||
}
|
BIN
robotjs/win32/ia32/robotjs.node
Normal file
BIN
robotjs/win32/ia32/robotjs.node
Normal file
Binary file not shown.
BIN
robotjs/win32/x64/robotjs.node
Normal file
BIN
robotjs/win32/x64/robotjs.node
Normal file
Binary file not shown.
Reference in New Issue
Block a user