修复C端打包后的程序图标不显示logo的问题
This commit is contained in:
@@ -72,9 +72,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "build/icons/icon.ico",
|
"icon": "public/images/icon.ico",
|
||||||
"requestedExecutionLevel": "asInvoker",
|
"requestedExecutionLevel": "asInvoker",
|
||||||
"signAndEditExecutable": false,
|
"signAndEditExecutable": true,
|
||||||
"verifyUpdateCodeSignature": false,
|
"verifyUpdateCodeSignature": false,
|
||||||
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
"artifactName": "${productName}-${os}-${version}-${arch}.${ext}",
|
||||||
"target": [
|
"target": [
|
||||||
@@ -88,9 +88,9 @@
|
|||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
"allowElevation": true,
|
"allowElevation": true,
|
||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
"installerIcon": "build/icons/icon.ico",
|
"installerIcon": "public/images/icon.ico",
|
||||||
"uninstallerIcon": "build/icons/icon.ico",
|
"uninstallerIcon": "public/images/icon.ico",
|
||||||
"installerHeaderIcon": "build/icons/icon.ico",
|
"installerHeaderIcon": "public/images/icon.ico",
|
||||||
"createDesktopShortcut": true,
|
"createDesktopShortcut": true,
|
||||||
"createStartMenuShortcut": true,
|
"createStartMenuShortcut": true,
|
||||||
"shortcutName": "NPQS9100"
|
"shortcutName": "NPQS9100"
|
||||||
|
|||||||
Reference in New Issue
Block a user