Skip to content

Commit

Permalink
Увеличил размер окна, поправил ошибку в коде определения способа прош…
Browse files Browse the repository at this point in the history
…ивки E3372s, поправил обработчик ошибок, поправил определение модема
  • Loading branch information
ilya-fedin committed May 30, 2017
1 parent d44235f commit 12727a9
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 91 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let mainWindow

function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({width: 1024, height: 600, resizable: false, fullscreenable: false, autoHideMenuBar: true})
mainWindow = new BrowserWindow({width: 1024, height: 670, resizable: false, fullscreenable: false, autoHideMenuBar: true})

// and load the index.html of the app.
mainWindow.loadURL(url.format({
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoflash",
"version": "2017.5.28-1",
"version": "2017.5.30-1",
"description": "Autoflasher for E3372",
"main": "main.js",
"scripts": {
Expand All @@ -19,7 +19,6 @@
"bootstrap": "^3.3.7",
"iconv-lite": "^0.4.17",
"jQuery": "^1.7.4",
"node-wmi": "0.0.4",
"serialport": "^5.0.0-beta3"
"node-wmi": "0.0.4"
}
}
Loading

0 comments on commit 12727a9

Please sign in to comment.