Fixed veul

This commit is contained in:
Devine Lu Linvega 2019-02-17 07:51:09 +09:00
parent a45f9dd308
commit e4984a9df1
2 changed files with 5 additions and 4 deletions

View File

@ -13,6 +13,7 @@ app.on('ready', () => {
height: 430,
minWidth: 320,
minHeight: 320,
backgroundColor: '#000',
resizable: true,
icon: __dirname + '/icon.ico',
frame: process.platform === 'win32',

View File

@ -20,11 +20,11 @@
"push": "npm run build ; npm run push_theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status"
},
"devDependencies": {
"electron": "^3.0.13",
"electron-packager": "^12.2.0",
"eslint": "^5.10.0",
"electron": "^3.1.4",
"electron-packager": "^13.0.1",
"eslint": "^5.14.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"