Basic external software download and run

This commit is contained in:
ziajka
2019-01-11 13:51:23 +01:00
parent 25e137a488
commit c3e70e7800
5 changed files with 38 additions and 16 deletions

View File

@ -6,6 +6,8 @@ const path = require('path');
const url = require('url');
const yargs = require('yargs');
const { ipcMain } = require('electron')
// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the JavaScript object is garbage collected.
let mainWindow;
@ -141,5 +143,3 @@ app.on('activate', function () {
// In this file you can include the rest of your app's specific main process
// code. You can also put them in separate files and require them here.