Change app name
This commit is contained in:
parent
13dc2a545c
commit
9e9245bbcc
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>My App</title>
|
<title>Lamp Control</title>
|
||||||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'" />
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
appId: com.example.app
|
appId: com.example.app
|
||||||
copyright: Example co
|
copyright: Example co
|
||||||
productName: MyApp
|
productName: LampControl
|
||||||
|
|
||||||
asar: true
|
asar: true
|
||||||
|
|
||||||
|
|
Reference in a new issue