mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-04 17:18:56 +03:00
feat(tauri-build): rerun-if-changed Info.plist
This commit is contained in:
parent
02a2ec52f1
commit
4ac8006efd
@ -127,6 +127,12 @@ impl CodegenContext {
|
||||
);
|
||||
}
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
println!(
|
||||
"cargo:rerun-if-changed={}",
|
||||
config_parent.join("Info.plist").display()
|
||||
);
|
||||
|
||||
let code = context_codegen(ContextData {
|
||||
dev: self.dev,
|
||||
config,
|
||||
|
Loading…
Reference in New Issue
Block a user