Skip to content

Commit

Permalink
change cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Feb 5, 2024
1 parent a6c7ad7 commit 9fff1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/manager/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::common::CLIENT;

pub async fn update(old: &str) -> Result<bool> {
let resp = CLIENT
.get("https://fastly.jsdelivr.net/gh/Borber/tran/package.json")
.get("https://cdn.jsdelivr.net/gh/Borber/tran/package.json")
.send()
.await?
.json::<Value>()
Expand Down

0 comments on commit 9fff1da

Please sign in to comment.