mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-05 09:47:56 -05:00
7 lines
216 B
Python
7 lines
216 B
Python
def gen_mappings(os, arch, ver):
|
|
return {
|
|
"v2ray_core/release/config": "",
|
|
"v2ray_core/main/" + os + "/" + arch + "/" + ver: "",
|
|
"v2ray_core/infra/control/main/" + os + "/" + arch + "/" + ver : "",
|
|
}
|