我正在使用电子生成器,并已在我的电子应用程序的name
中设置了productName
和package.json
,但是当我使用nsis
进行安装并在Windows上安装该应用程序时,在Windows设置的应用程序列表或程序列表中,它以不需要的应用程序名称显示版本,因此我可以使用configuration
或electron-builder
中的nsis
做那个工作? You can see the issue here
答案 0 :(得分:2)
根据documentation,您可以使用uninstallDisplayName
选项为卸载菜单定义其他名称:
"build": {
"productName": "MyApp",
"nsis": {
"artifactName": "MyApp.setup.${version}.${ext}",
"uninstallDisplayName": "MyApp"
},
...
}
答案 1 :(得分:0)
您只需要将版本放入cell.titleLabel.text = symptoms[indexPath.row]["name"]
if symptoms[indexPath.row]["checked"] {
cell.accessoryType = UITableViewCellAccessoryType.checkmark
} else {
cell.accessoryType = UITableViewCellAccessoryType.none
}
例如:
package.json