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", "main": "src/electron.js",
"private": true, "private": true,
"build": { "build": {
"productName": "Light Control", "productName": "Heliox",
"appId": "lightcontrol.dashboard", "appId": "heliox.dashboard",
"buildDependenciesFromSource": true, "buildDependenciesFromSource": true,
"npmRebuild": false, "npmRebuild": false,
"win": { "win": {

View file

@ -1,3 +1,3 @@
!macro customInstall !macro customInstall
CreateShortcut "$SMSTARTUP\Light Control.lnk" "$INSTDIR\Light Control.exe" CreateShortcut "$SMSTARTUP\Heliox.lnk" "$INSTDIR\Heliox.exe"
!macroend !macroend

View file

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