Skip to content

Commit

Permalink
fix build.rs rebuild directives
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDynamix committed Dec 4, 2024
1 parent 77cde7f commit 1b5c479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const KEY_URL: &str =
"https://raw.githubusercontent.com/tamilpp25/Iridium-SR/refs/heads/main/data/Keys.json";

fn main() {
println!("cargo::rerun-if-changed=Cargo.toml");
println!("cargo::rerun-if-changed=Cargo.lock");
println!("cargo:rerun-if-changed=Cargo.toml");
println!("cargo:rerun-if-changed=Cargo.lock");

download_config::<AvatarConfigMap>();
download_config::<AvatarSkillTreeConfigMap>();
Expand Down

0 comments on commit 1b5c479

Please sign in to comment.