We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5d580 commit a81eb70Copy full SHA for a81eb70
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "codeshare",
3
- "productName": "codeshare",
+ "name": "codelive",
+ "productName": "codelive",
4
"version": "1.0.0",
5
"description": "My Electron application description",
6
"main": "src/js/app.js",
@@ -31,11 +31,10 @@
31
]
32
},
33
"electronPackagerConfig": {
34
- "packageManager": "npm",
35
- "icon": "src/images/logo.png"
+ "packageManager": "npm"
36
37
"electronWinstallerConfig": {
38
- "name": "codeshare"
+ "name": "codelive"
39
40
"electronInstallerDebian": {},
41
"electronInstallerRedhat": {},
@@ -45,7 +44,7 @@
45
44
46
"windowsStoreConfig": {
47
"packageName": "",
48
49
}
50
51
0 commit comments