This commit is contained in:
2025-08-21 12:46:00 -04:00
parent 3e47640c1a
commit 169368a784
+1 -1
View File
@@ -37,7 +37,7 @@ fn main() {
for file in &["neofetch", "hyfetch"] {
let src = anything_that_exist(&[
&dir.join(file),
&dir.join("/../../").join(file),
&dir.join("../../").join(file),
]).expect("couldn't find neofetch");
let dst = o.join(file);
println!("cargo:rerun-if-changed={}", src.display());