mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-17 09:26:50 +08:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"source": [
|
|
{
|
|
"id": "dfs",
|
|
"name": "默认服务器",
|
|
"uri": "dfs+packed+https://steambird.cocogoat.cn/dfs/bgi/BetterGI.Install.exe"
|
|
},
|
|
{
|
|
"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"]
|
|
}
|