Update Branding

This commit is contained in:
GHOSCHT 2022-03-07 12:38:48 +01:00
parent 31be6ac8e7
commit 845a582da3
No known key found for this signature in database
GPG key ID: A35BD466B8871994
3 changed files with 6 additions and 6 deletions

View file

@ -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": {

View file

@ -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

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Light Control</title>
<title>Heliox</title>
</head>
<body>
<div id="root"></div>