|
@@ -21,7 +21,7 @@ module.exports = {
|
|
builderOptions: {
|
|
builderOptions: {
|
|
// build配置在此处
|
|
// build配置在此处
|
|
// options placed here will be merged with default configuration and passed to electron-builder
|
|
// options placed here will be merged with default configuration and passed to electron-builder
|
|
- "productName": "XXX",
|
|
|
|
|
|
+ "productName": "liebao-web",
|
|
"appId": "XXX",
|
|
"appId": "XXX",
|
|
"mac": {
|
|
"mac": {
|
|
"icon": "./static/image/desk-logo.ico"
|
|
"icon": "./static/image/desk-logo.ico"
|
|
@@ -34,7 +34,7 @@ module.exports = {
|
|
},
|
|
},
|
|
"nsis": {
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"oneClick": false,
|
|
- "guid": "idea",
|
|
|
|
|
|
+ "guid": "猎豹AI",
|
|
"perMachine": true,
|
|
"perMachine": true,
|
|
"allowElevation": true,
|
|
"allowElevation": true,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"allowToChangeInstallationDirectory": true,
|
|
@@ -43,7 +43,7 @@ module.exports = {
|
|
"installerHeaderIcon": "./static/image/desk-logo.ico",
|
|
"installerHeaderIcon": "./static/image/desk-logo.ico",
|
|
"createDesktopShortcut": true,
|
|
"createDesktopShortcut": true,
|
|
"createStartMenuShortcut": true,
|
|
"createStartMenuShortcut": true,
|
|
- "shortcutName": "idea"
|
|
|
|
|
|
+ "shortcutName": "猎豹AI"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|