removing node-abi
This commit is contained in:
parent
e9972bd70a
commit
622c705c35
1 changed files with 0 additions and 7 deletions
|
|
@ -14,15 +14,8 @@ import { accountAuth } from "./account";
|
||||||
import createWindow from "./window";
|
import createWindow from "./window";
|
||||||
import { initTray } from './tray';
|
import { initTray } from './tray';
|
||||||
|
|
||||||
const nodeAbi = require('node-abi');
|
|
||||||
|
|
||||||
|
|
||||||
export default async function main() {
|
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 */
|
/* initiate render process event listeners & handlers */
|
||||||
initIpcMain();
|
initIpcMain();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue