mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-03 01:38:24 -04:00
8 lines
223 B
Python
8 lines
223 B
Python
def gen_mappings(os, arch):
|
|
return {
|
|
"v2ray_core/release/doc": "doc",
|
|
"v2ray_core/release/config": "",
|
|
"v2ray_core/main/" + os + "/" + arch: "",
|
|
"v2ray_core/infra/control/main/" + os + "/" + arch: "",
|
|
}
|