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