index: use config module

This commit is contained in:
Guillermo Rauch 2016-07-07 07:47:24 -07:00
parent 98e45a500f
commit 995206c19b

View file

@ -24,7 +24,7 @@ const url = 'file://' + resolve(
console.log('electron will open', url);
// initializate configuration
require('./config-init')();
require('./config').init();
app.on('window-all-closed', () => {
// by subscribing to this event and nooping