iohook settings
This commit is contained in:
parent
6478b1250b
commit
e9972bd70a
3 changed files with 30 additions and 1 deletions
|
|
@ -14,8 +14,15 @@ import { accountAuth } from "./account";
|
|||
import createWindow from "./window";
|
||||
import { initTray } from './tray';
|
||||
|
||||
const nodeAbi = require('node-abi');
|
||||
|
||||
|
||||
export default async function main() {
|
||||
|
||||
console.log('node abi', nodeAbi.getAbi('14.17.0', 'node'));
|
||||
console.log('electron abi', nodeAbi.getAbi('11.4.10', 'electron'));
|
||||
|
||||
|
||||
/* initiate render process event listeners & handlers */
|
||||
initIpcMain();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue