diff --git a/README.md b/README.md index 6fe0f8a..46a5d1f 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ chsrc set winget chsrc set brew 或 homebrew chsrc set cocoapods 或 cocoa / pod chsrc set dockerhub 或 docker -chsrc set flathub +chsrc set flathub 或 flatpak chsrc set nix chsrc set guix chsrc set emacs 或 elpa @@ -274,7 +274,7 @@ make clean ## ❤️ 致谢 感谢各个镜像站提供的优质免费镜像服务 -1. [source.h](./src/source.h) 包含了通用的镜像站信息 +1. [source.h](./include/source.h) 包含了通用的镜像站信息 2. 各个recipe内部定义的专用镜像站 另外感谢以下项目: diff --git a/src/chsrc.c b/src/chsrc.c index 6be0ecf..8398ad0 100644 --- a/src/chsrc.c +++ b/src/chsrc.c @@ -89,7 +89,7 @@ #include "recipe/ware/Nix.c" #include "recipe/ware/Guix.c" #include "recipe/ware/Flathub.c" -#include "recipe/ware/docker.c" +#include "recipe/ware/Docker-Hub.c" #include "recipe/ware/Anaconda.c" diff --git a/src/recipe/catalog.c b/src/recipe/catalog.c index ec487fa..aee9205 100644 --- a/src/recipe/catalog.c +++ b/src/recipe/catalog.c @@ -4,7 +4,7 @@ * File Authors : Aoran Zeng * Contributors : Nil Null * Created On : <2023-09-01> - * Last Modified : <2024-08-15> + * Last Modified : <2024-08-16> * ------------------------------------------------------------*/ /* Begin Target Matrix */ @@ -89,11 +89,11 @@ static const char static const char -*wr_winget [] = {"winget", NULL, t(&wr_winget_target)}, -*wr_homebrew[] = {"brew", "homebrew", NULL, t(&wr_homebrew_target)}, -*wr_cocoapods[] = {"cocoa", "cocoapods","pod", "cocoapod", NULL, t(&wr_cocoapods_target)}, +*wr_winget [] = {"winget", NULL, t(&wr_winget_target)}, +*wr_homebrew[] = {"brew", "homebrew", NULL, t(&wr_homebrew_target)}, +*wr_cocoapods[] = {"cocoa", "cocoapods","pod", "cocoapod", NULL, t(&wr_cocoapods_target)}, *wr_dockerhub [] ={"dockerhub", "docker", NULL, t(&wr_dockerhub_target)}, -*wr_flathub [] = {"flathub", NULL, t(&wr_flathub_target)}, +*wr_flathub [] = {"flathub", "flatpak", NULL, t(&wr_flathub_target)}, *wr_nix [] = {"nix", NULL, t(&wr_nix_target)}, *wr_guix [] = {"guix", NULL, t(&wr_guix_target)}, *wr_emacs [] = {"emacs", "elpa", NULL, t(&wr_emacs_target)}, diff --git a/src/recipe/ware/docker.c b/src/recipe/ware/Docker-Hub.c similarity index 99% rename from src/recipe/ware/docker.c rename to src/recipe/ware/Docker-Hub.c index 7118171..151c982 100644 --- a/src/recipe/ware/docker.c +++ b/src/recipe/ware/Docker-Hub.c @@ -4,7 +4,7 @@ * File Authors : Aoran Zeng * Contributors : Nil Null * Created On : <2024-06-08> - * Last Modified : <2024-08-09> + * Last Modified : <2024-08-16> * ------------------------------------------------------------*/ static MirrorSite