Skip to content

Commit

Permalink
chore: update proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
ltaoo committed Dec 29, 2024
1 parent 11fc9a4 commit 38f5a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ pub fn run() {
}
_ => "x86_64-unknown-linux-gnu",
};
let proxy_url = "https://ghp.ci/";
let proxy_url = "https://ghgo.xyz/";
// let proxy_url = "";
let deno_dir = format!("{}/.deno", dirs::home_dir().unwrap().display());
let deno_bin_dir = PathBuf::from(&deno_dir).join("bin");
Expand Down

0 comments on commit 38f5a91

Please sign in to comment.