Passage à Electron

This commit is contained in:
2015-10-07 14:25:30 +02:00
parent f7be43c558
commit 0c5e2443fe
6 changed files with 46 additions and 136 deletions

View File

@ -1,7 +1,6 @@
var minimist = require('minimist');
var gui = global.window.require('nw.gui');
var opts = minimist(gui.App.argv);
var opts = minimist(process.argv);
module.exports = function(state, action) {
return opts;