Update Branding
This commit is contained in:
parent
31be6ac8e7
commit
845a582da3
3 changed files with 6 additions and 6 deletions
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue