diff --git a/crates/bin/build.rs b/crates/bin/build.rs index e51d1dd2..69897fdc 100644 --- a/crates/bin/build.rs +++ b/crates/bin/build.rs @@ -17,7 +17,7 @@ fn main() { println!("cargo:rerun-if-changed=manifest.rc"); println!("cargo:rerun-if-changed=windows.manifest"); - embed_resource::compile("manifest.rc", embed_resource::NONE); + embed_resource::compile("manifest.rc", embed_resource::NONE).manifest_required().unwrap(); }); let git = Command::new("git").arg("--version").spawn();