From 064211d326b47e7e3fee6438cf79825a0ac5aec7 Mon Sep 17 00:00:00 2001 From: SnailDOS <46210117+snaildos@users.noreply.github.com> Date: Mon, 11 Jan 2021 14:27:36 +0800 Subject: [PATCH] added a update. yay. --- index.html | 2 +- package-lock.json | 2 +- package.json | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 3f8c787..ee84e7a 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ margin: 0; padding: 20px; font-family: sans-serif; - background-color: #eaeaea; + background-color: #ffffff; text-align: center; } #notification { diff --git a/package-lock.json b/package-lock.json index ceed939..b9eeb0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "electron-auto-update-example", + "name": "SnailFM", "version": "1.0.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index e9f590d..5f18fd9 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { "name": "SnailFM", - "version": "1.0.0", - "description": "", + "version": "1.0.1", + "description": "SnailFM is a radio station.", "main": "main.js", "repository": { "type": "git", - "url": "https://github.com/johndyer24/electron-auto-update-example.git" + "url": "https://github.com/snaildos/SnailFM-Application.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron .", - "build": "electron-builder build --mac --win --publish never", - "deploy": "electron-builder build --mac --win --publish always" + "build": "electron-builder build --win --publish never", + "deploy": "electron-builder build --win --publish always" }, - "author": "", + "author": "SnailDOS", "license": "ISC", "devDependencies": { "electron": "^5.0.1",