Begining work on the UI, header is complete.

This commit is contained in:
Daniel Scalzi
2017-05-09 00:56:08 -04:00
parent c41f74f478
commit 8173f85df0
8 changed files with 184 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ function createWindow() {
win.setMenu(null)
//Code for testing, marked for removal one it's properly implemented.
/*//Code for testing, marked for removal one it's properly implemented.
const assetdl = require('./app/assets/js/assetdownload.js')
const basePath = path.join(__dirname, 'mcfiles')
const dataPromise = assetdl.parseVersionData('1.11.2', basePath)
@@ -27,7 +27,7 @@ function createWindow() {
//assetdl.downloadLogConfig(data, basePath)
//assetdl.downloadLibraries(data, basePath)
require('./app/assets/js/launchprocess.js').launchMinecraft(data, basePath)
})
})*/
win.on('closed', () => {
win = null