From 46a366c709fb90bc59c42d5ba1cff2389ff63e32 Mon Sep 17 00:00:00 2001 From: 2767mr <2767mr@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:39:22 +0200 Subject: [PATCH] Update main.rs Fixes #1 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 58cbf15..e68b381 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ const PKG_NAME: &str = env!("CARGO_PKG_NAME"); const PKG_VERSION: &str = env!("CARGO_PKG_VERSION"); const CCMODDB_DATA_URL: &str = - "https://github.com/CCDirectLink/CCModDB/raw/master/npDatabase.json"; + "https://raw.githubusercontent.com/CCDirectLink/CCModDB/refs/heads/stable/npDatabase.json"; const BUG_REPORT_TEXT: &str = "Please, contact @dmitmel on either GitHub, CrossCode official Discord server, or CCDirectLink Discord server. Bugs can be reported at https://github.com/dmitmel/ccloader-installer/issues";