update build.rs
This commit is contained in:
parent
a49b99e274
commit
dd2b6ce00e
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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user