Beginning work on asset downloads

This commit is contained in:
Daniel Scalzi
2017-04-23 15:24:07 -04:00
parent b30707e535
commit d37857a979
4 changed files with 51 additions and 4 deletions

View File

@@ -17,6 +17,9 @@ function createWindow() {
win.setMenu(null)
//Code for testing, marked for removal one it's properly implemented.
//require('./app/assets/js/assetdownload.js').getMojangAssets('1.11', path.join(__dirname, 'mcfiles'))
win.on('closed', () => {
win = null
})