From 845a582da39b6e8c2d0dc4a8b4988b2b86834eb7 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:38:48 +0100 Subject: [PATCH] Update Branding --- Dashboard/package.json | 4 ++-- Dashboard/scripts/installer.nsh | 6 +++--- Dashboard/src/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dashboard/package.json b/Dashboard/package.json index f361beb..1037f47 100644 --- a/Dashboard/package.json +++ b/Dashboard/package.json @@ -8,8 +8,8 @@ "main": "src/electron.js", "private": true, "build": { - "productName": "Light Control", - "appId": "lightcontrol.dashboard", + "productName": "Heliox", + "appId": "heliox.dashboard", "buildDependenciesFromSource": true, "npmRebuild": false, "win": { diff --git a/Dashboard/scripts/installer.nsh b/Dashboard/scripts/installer.nsh index 23188a8..bf2e482 100644 --- a/Dashboard/scripts/installer.nsh +++ b/Dashboard/scripts/installer.nsh @@ -1,3 +1,3 @@ -!macro customInstall - CreateShortcut "$SMSTARTUP\Light Control.lnk" "$INSTDIR\Light Control.exe" -!macroend +!macro customInstall + CreateShortcut "$SMSTARTUP\Heliox.lnk" "$INSTDIR\Heliox.exe" +!macroend diff --git a/Dashboard/src/index.html b/Dashboard/src/index.html index 6a963e9..cc9212e 100644 --- a/Dashboard/src/index.html +++ b/Dashboard/src/index.html @@ -2,7 +2,7 @@ - Light Control + Heliox