Files
better-genshin-impact/Build/kachina.config.json

41 lines
1.2 KiB
JSON

{
"source": [
{
"id": "dfs",
"name": "默认服务器",
"uri": "dfs2+packed+http://bgi-ota.cocogoat.cn/resource/BetterGI.Install.exe"
},
{
"id": "dfs-alpha",
"name": "内测版",
"uri": "dfs2+packed+http://bgi-ota.cocogoat.cn/resource/BetterGI.Alpha.exe",
"hidden": true
},
{
"id": "mirrorc",
"name": "Mirror酱",
"uri": "mirrorc://BGI?os=win&arch=x64"
},
{
"id": "mirrorc-alpha",
"name": "Mirror酱 Alpha",
"uri": "mirrorc://BGI?channel=alpha&os=win&arch=x64",
"hidden": true
}
],
"appName": "BetterGI",
"publisher": "babalae",
"regName": "BetterGI",
"exeName": "BetterGI.exe",
"uninstallName": "BetterGI.uninst.exe",
"updaterName": "BetterGI.update.exe",
"programFilesPath": "BetterGI",
"title": "BetterGI",
"description": "更好的原神,免费且开源",
"windowTitle": "BetterGI 安装程序",
"userDataPath": ["${INSTALL_PATH}/User"],
"extraUninstallPath": ["${INSTALL_PATH}/log"],
"uacStrategy": "prefer-admin",
"runtimes": ["Microsoft.DotNet.DesktopRuntime.8", "Microsoft.VCRedist.2015+.x64"]
}