updated to new electron version...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-05-04 17:08:40 +03:00
parent 6e05be9fee
commit c4c5488e60
4 changed files with 10 additions and 10 deletions

View File

@ -45,8 +45,8 @@ function createSplash(){
transparent: true,
frame: false,
center: true,
width: 800,
height: 500,
width: 840,
height: 540,
alwaysOnTop: true,

View File

@ -330,9 +330,9 @@
}
},
"electron": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-4.2.0.tgz",
"integrity": "sha512-bn41xAekJ8h4QfMwmlsL3Qx1xUloTwVHBEKRg8hGDhecfdPgDdps60gfoZOhdL88avimahrP01Bd7Aijsyywdg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.1.tgz",
"integrity": "sha512-8KksyhAPcpXVeO8ViVGxfZAuf8yEVBCtV0h/lMBD8VFbCQ9icej1K5csCFAGirbZbqOz5IdsBZX9Gpb9n4RCag==",
"requires": {
"@types/node": "^10.12.18",
"electron-download": "^4.1.0",

View File

@ -21,7 +21,7 @@
"app-module-path": "^1.0.6",
"async-json": "0.0.2",
"commander": "^2.20.0",
"electron": "^4.2.0",
"electron": "^5.0.1",
"exiftool": "^0.0.3",
"fs-extra": "^7.0.1",
"fs-walk": "^0.0.1",

View File

@ -17,10 +17,10 @@ body {
}
.block {
position: absolute;
top: 50px;
left: 50px;
right: 50px;
bottom: 50px;
top: 80px;
left: 80px;
right: 80px;
bottom: 80px;
background-image: url('images/splash-800x500.jpg');
background-size: cover;
background-color: #333333;