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>
|
||||
<html>
|
||||
<head>
|
||||
<title>My App</title>
|
||||
<title>Lamp Control</title>
|
||||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
appId: com.example.app
|
||||
copyright: Example co
|
||||
productName: MyApp
|
||||
productName: LampControl
|
||||
|
||||
asar: true
|
||||
|
||||
|
|
Reference in a new issue