mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-13 04:28:08 +00:00
Basic external software download and run
This commit is contained in:
4
main.js
4
main.js
@ -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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user