mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-20 02:15:48 +08:00
update files
This commit is contained in:
4
main.js
4
main.js
@@ -16,6 +16,7 @@ var BrowserWindow = require('browser-window');
|
||||
var windowControl = require('./bin/window-control');
|
||||
var openDirectory = require('./bin/open-directory');
|
||||
var AppConfigure = require('./bin/app-configure');
|
||||
var emulator = require('./bin/emulator');
|
||||
|
||||
// keep a global reference of the window object, if you don't, the window will
|
||||
// be closed automatically when the javascript object is GCed
|
||||
@@ -87,4 +88,7 @@ app.on('ready', function (){
|
||||
|
||||
// app configure
|
||||
new AppConfigure(mainWindow, mainTray);
|
||||
|
||||
// emulator start
|
||||
emulator.start();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user