Change app name

This commit is contained in:
GHOSCHT 2020-08-01 17:12:39 +02:00
parent 13dc2a545c
commit 9e9245bbcc
2 changed files with 2 additions and 2 deletions

View file

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

View file

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