From db40f0e88729081632ef5ad1e50176684cf959b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Br=C3=A5then?= Date: Sat, 10 Jun 2017 16:33:48 +0200 Subject: [PATCH] Declaring splashscreen twice. --- .index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.index.js b/.index.js index 0e114dd..91cd780 100644 --- a/.index.js +++ b/.index.js @@ -305,7 +305,7 @@ function createWindow() { const testBuild = process.argv[1] && process.argv[1] === 'test-build'; if (!testBuild) { - const splashScreen = new BrowserWindow({ + splashScreen = new BrowserWindow({ width: 400, height: 300, resizable: false, diff --git a/package.json b/package.json index 9db4e02..c5f588d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "GrandView", "productName": "GrandView", "description": "Helps you structure a large set of information units. Can be used as a tool to plan and gather resources for reports/theses and so on.", - "version": "0.1.0-beta.60", + "version": "0.1.0-beta.61", "company": "Concept NTNU", "homepage": "https://github.com/bompi88/grand-view", "author": {