问题描述
我在程序中使用了电子生成器。 我想在程序安装过程中安装 dotnet-hosting-3.1.6-win.exe 。 我该怎么做?
这是我的配置:
"build": {
"appId": "authentication-tester.id","mas": {
"category": "public.app-category.developer-tools","target": "mas"
},"win": {
"target": [
{
"target": "nsis","arch": [
"x64","ia32"
]
}
]
},"linux": {
"target": [
"AppImage"
]
},"asar": false,"directories": {
"output": "./output"
},"remoteBuild": false
},
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)