99 Star 1.1K Fork 346

Loker / tts-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
electron-builder.json5 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
liugaowei 提交于 2023-06-06 17:32 . node库修改
/**
* @see https://www.electron.build/configuration/configuration
*/
{
"appId": "vip.loker.tts-vue",
"asar": true,
"directories": {
"output": "release/${version}"
},
"files": [
"dist"
],
"mac": {
"artifactName": "${productName}-${version}.${ext}",
"target": [
"dmg"
]
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
],
"artifactName": "${productName}-${version}.${ext}"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
}
}
TypeScript
1
https://gitee.com/LGW_space/tts-vue.git
git@gitee.com:LGW_space/tts-vue.git
LGW_space
tts-vue
tts-vue
main

搜索帮助