From ebd728d6ae41a37e6ee1a52d11b2a7c2ac8a9c64 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Fri, 1 Mar 2024 21:50:14 +0100 Subject: [PATCH] UPD: Small tweaks --- package.json | 4 ++-- src/main/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 476c479..81ff922 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "zeroone", "version": "1.0.0", - "description": "An Electron application with Vue and TypeScript", + "description": "Configuration Suite for Binaris Devices", "main": "./out/main/index.js", - "author": "example.com", + "author": "katbinaris", "homepage": "https://electron-vite.org", "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/src/main/index.ts b/src/main/index.ts index 3af04bf..43bc31e 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -5,7 +5,7 @@ import icon from '../../resources/icon.png?asset' import nanodevices from './backend/nanodevices' // Minimum time to show the splash screen, in milliseconds -const splashTime = is.dev ? 4000 : 4000 +const splashTime = is.dev ? 5000 : 5000 const loadingWindowWidth = 800 / 2 const loadingWindowHeight = 1100 / 2