tauri-app: bundle dummy obs.dll
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m8s

This commit is contained in:
2026-05-18 13:57:53 +02:00
parent ab0b538162
commit a10176acd8
2 changed files with 8 additions and 0 deletions

View File

@@ -91,6 +91,11 @@ fn build_record_daemon() {
let dst_binary = binaries_dir.join(&dst_name);
fs::copy(&src_binary, &dst_binary).expect("Failed to copy record-daemon binary");
fs::copy(daemon_dir
.join("target")
.join(&target)
.join("release")
.join("obs.dll"), binaries_dir.join("obs.dll")).expect("Failed to copy record-daemon dummy obs.dll");
println!(
"cargo:warning=Bundled record-daemon → {}",
dst_binary.display()