https://github.com/v2fly/v2ray-core/releases
时间: 2024-01-02 17:03:23 浏览: 235
您可以使用download-github-release工具来批量下载GitHub指定仓库的release。该工具可以通过以下步骤来使用:
1. 首先,将download-github-release.sh文件设置为可执行权限:
```shell
chmod a+x download-github-release.sh
```
2. 然后,执行以下命令来下载最新的release:
```shell
./download-github-release.sh custom v2fly v2ray-core v1.6.0-rc5
```
这将下载v2fly/v2ray-core仓库中的v1.6.0-rc5版本的最新release。
请注意,您需要在执行上述命令之前,确保已经安装了git,并且当前目录是一个git仓库。
相关问题
"https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip"
This is a download link for a Python 3.7.2 post1 embedded version for the Win32 architecture, released as part of the ESP Quick Toolchain version 2.5.0-4.
阅读全文