Skip to content

Commit a81eb70

Browse files
committed
Little bug fixed with package json
1 parent 0e5d580 commit a81eb70

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "codeshare",
3-
"productName": "codeshare",
2+
"name": "codelive",
3+
"productName": "codelive",
44
"version": "1.0.0",
55
"description": "My Electron application description",
66
"main": "src/js/app.js",
@@ -31,11 +31,10 @@
3131
]
3232
},
3333
"electronPackagerConfig": {
34-
"packageManager": "npm",
35-
"icon": "src/images/logo.png"
34+
"packageManager": "npm"
3635
},
3736
"electronWinstallerConfig": {
38-
"name": "codeshare"
37+
"name": "codelive"
3938
},
4039
"electronInstallerDebian": {},
4140
"electronInstallerRedhat": {},
@@ -45,7 +44,7 @@
4544
},
4645
"windowsStoreConfig": {
4746
"packageName": "",
48-
"name": "codeshare"
47+
"name": "codelive"
4948
}
5049
}
5150
},

0 commit comments

Comments
 (0)