8a4abc3 (parent 06ddf33)7/25/2016, 3:37:53 PM
fix dev script
+ 7
- 2
@@ -43,10 +43,10 @@ function createWindow () {
   });
 
   // and load the index.html of the app.
-  mainWindow.loadURL(`file://${__dirname}/app/views/index.html`);
+  mainWindow.loadURL(`file://${__dirname}/views/index.html`);
 
   // Open the DevTools.
-  mainWindow.webContents.openDevTools()
+  //mainWindow.webContents.openDevTools()
 
   // Emitted when the window is closed.
   mainWindow.on('closed', function () {

new file
app/package.json
@@ -0,0 +1,5 @@
+{
+  "name": "Tox",
+  "version": "0.1.0",
+  "main": "main.js"
+}