This commit is contained in:
fofolee
2019-09-04 23:09:53 +08:00
parent bb54805b7e
commit eb3c7f3b36
8 changed files with 29 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ const os = require('os');
const { spawn, exec } = require("child_process")
const iconv = require('iconv-lite')
const { clipboard } = require('electron')
const robot = require('./robotjs')
const robot = utools.robot
const jschardet = require("jschardet")
//-------checkUpdate------