配置: 更新上传工具下载地址
- 使用用户提供的CDN地址: http://a.haory.top/e/e82/ - Windows版本直接下载 - 部署时自动下载到upload-tool/dist目录 - 无需Python环境,无需手动打包
This commit is contained in:
@@ -1153,8 +1153,8 @@ build_upload_tool() {
|
||||
mkdir -p dist
|
||||
|
||||
# 下载地址(可配置)
|
||||
TOOL_DOWNLOAD_URL_WINDOWS="https://gitee.com/yu-yon/vue-driven-cloud-storage/releases/download/v1.2.5/玩玩云上传工具.exe"
|
||||
TOOL_DOWNLOAD_URL_LINUX="https://gitee.com/yu-yon/vue-driven-cloud-storage/releases/download/v1.2.5/玩玩云上传工具"
|
||||
TOOL_DOWNLOAD_URL_WINDOWS="http://a.haory.top/e/e82/玩玩云上传工具.exe"
|
||||
TOOL_DOWNLOAD_URL_LINUX="http://a.haory.top/e/e82/玩玩云上传工具.exe" # Linux用户下载后需用Wine运行,或联系管理员获取Linux版本
|
||||
|
||||
# 根据操作系统选择下载链接
|
||||
if [[ "$OS" == "ubuntu" ]] || [[ "$OS" == "debian" ]] || [[ "$OS" == "centos" ]] || [[ "$OS" == "rhel" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user