From c745bab2144db730bbbdbdebc54c02ab63c2ac01 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 20 Aug 2020 11:49:24 +0800 Subject: [PATCH] change marketplace source --- src/registry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registry.rs b/src/registry.rs index 5930c54..e7f76f4 100644 --- a/src/registry.rs +++ b/src/registry.rs @@ -116,7 +116,7 @@ where dist: Dist { r#type: String::from("zip"), url: format!( - "https://cdn.jsdelivr.net/gh/bs-community/plugins-dist/{}_{}.zip", + "https://gplane.coding.net/p/blessing-skin-plugins-dist/d/blessing-skin-plugins-dist/git/raw/master/{}_{}.zip", name, version ), shasum: hashes.get(name).map(|s| s.to_owned()).unwrap_or_default(),