fix dev script@@ -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 () {
@@ -0,0 +1,5 @@
+{
+ "name": "Tox",
+ "version": "0.1.0",
+ "main": "main.js"
+}