Merge branch 'master' of https://gitea.23544.com/marking/WGShare.Client.Electron
This commit is contained in:
commit
2be8ac3711
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,
|
"buildDependenciesFromSource": true,
|
||||||
"compression": "normal",
|
"compression": "normal",
|
||||||
"productName": "Agora-Electron-API-Example",
|
"productName": "智汇享",
|
||||||
"publish": [],
|
"publish": [],
|
||||||
"files": [
|
"files": [
|
||||||
"!*.log"
|
"!*.log"
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
|
"icon": "build/start.ico",
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
|
|
@ -80,6 +81,16 @@
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "electron"
|
"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