# SBS-github-downloader **Repository Path**: zinface/SBS-github-downloader ## Basic Information - **Project Name**: SBS-github-downloader - **Description**: 用于星火商店 SBS(Spark Building Service)的 Github Releases 更新下载器。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-05 - **Last Updated**: 2024-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SBS Github Releases 更新下载器 根据 `data/github.json` 定义内容检查 Github Releases 更新并下载特定文件。 此版本主要用于星火商店 SBS(Spark Building Service),若需要预编译的可执行文件,请从 Releases 下载。 用于其他用途可以查看 [Github](https://github.com/wcbing/github-downloader) 版本。 ## 用法 ``` 用法: -a, --arch 架构,用于包的命名,默认是 amd64 -d, --data 读取仓库配置 -o, --output 将文件保存到 ,默认为当前文件夹 -h, --help 显示该帮助信息 -p, --proxy 从 Github 代理 下载文件 --dry-run 用 http 的 head 方法试运行(不下载文件) ``` ## 配置文件格式 请参阅 [Spark Building Service/github](https://gitee.com/spark-building-service/github)