Skip to content

Commit

Permalink
Move default registry to CloudFront
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jul 22, 2023
1 parent 2b21cac commit c1759d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ where
dist: Dist {
r#type: String::from("zip"),
url: format!(
"https://git.qvq.network/bs-community/plugins-dist/-/raw/master/{name}_{version}.zip",
"https://d2jw1l0ullrzt6.cloudfront.net/{name}_{version}.zip",
),
shasum: hashes.get(name).map(|s| s.to_owned()).unwrap_or_default(),
},
Expand Down

0 comments on commit c1759d9

Please sign in to comment.