Battle.net Agent Beta Product Config
Download
{
"all": {
"config": {
"data_dir": "data",
"product": "agent_beta",
"side_by_side_patching": true,
"supports_multibox": true,
"supports_offline": true,
"update_method": "containerless_ngdp",
"version_uses_hash_validation": true
}
},
"platform": {
"mac": {
"config": {
"binaries": {
"game": {
"launch_arguments": [],
"relative_path": "Agent.app"
}
},
"binary_launch_path": "Agent.app",
"binary_version_path": "Agent.app",
"tags": [
"OSX"
],
"uninstall": [
{
"delete_folder": {
"relative_paths": [
"Logs",
"Agent.app"
],
"root": "%game%"
}
}
]
}
},
"win": {
"config": {
"binaries": {
"game": {
"launch_arguments": [],
"relative_path": "Agent.exe"
}
},
"binary_launch_path": "Agent.exe",
"binary_version_path": "Agent.exe",
"tags": [
"Windows"
],
"uninstall": [
{
"delete_folder": {
"relative_paths": [
"Logs"
],
"root": "%game%"
}
},
{
"delete_file": {
"relative_paths": [
"Agent.exe"
],
"root": "%game%"
}
}
]
}
}
}
}