This commit is contained in:
parent
c324aa6fa2
commit
3d352a5d36
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
15
package.json
15
package.json
|
|
@ -62,12 +62,13 @@
|
|||
],
|
||||
"buildDependenciesFromSource": true,
|
||||
"compression": "normal",
|
||||
"productName": "Agora-Electron-API-Example",
|
||||
"productName": "智汇享",
|
||||
"publish": [],
|
||||
"files": [
|
||||
"!*.log"
|
||||
],
|
||||
"win": {
|
||||
"icon": "build/start.ico",
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
|
|
@ -80,6 +81,16 @@
|
|||
"directories": {
|
||||
"output": "electron"
|
||||
},
|
||||
"extraResources": []
|
||||
"extraResources": [],
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"installerIcon": "build/install.ico",
|
||||
"uninstallerIcon": "build/install.ico",
|
||||
"installerHeaderIcon": "build/install.ico",
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true,
|
||||
"shortcutName": "智汇享"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue