Skip to content

Commit eb51b1c

Browse files
committed
Set lowercase in the names app
1 parent cddcc87 commit eb51b1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function createWindow() {
77
win = new BrowserWindow({
88
frame: false,
99
fullscreen: true,
10-
title: "LiteWebview",
10+
title: "litewebview",
1111
webPreferences: {
1212
nodeIntegration: true,
1313
contextIsolation: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "LiteWebview",
2+
"name": "litewebview",
33
"version": "1.0.0",
44
"description": "A versatile Electron application enabling command line interactions with a WebView",
55
"main": "main.js",

0 commit comments

Comments
 (0)