update build.rs
This commit is contained in:
2
build.rs
2
build.rs
@@ -7,7 +7,7 @@ use std::path::Path;
|
||||
fn main() {
|
||||
// rebuild if new commit or contents of `assets` folder changed
|
||||
println!("cargo:rerun-if-changed=.git/logs/HEAD");
|
||||
println!("cargo:rerun-if-changed=assets");
|
||||
println!("cargo:rerun-if-changed=assets/*");
|
||||
|
||||
let _ = command_run::Command::with_args("./pack_assets.sh", &[""])
|
||||
.enable_capture()
|
||||
|
||||
Reference in New Issue
Block a user