Skip to content

Commit de78718

Browse files
committed
fix: update log
1 parent 4082d95 commit de78718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/src-tauri/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn prepare_sqlite_extension() {
5151
let dest = bin_dir.join("absurd-extension");
5252
fs::copy(&extension_path, &dest).expect("copy SQLite extension into resources");
5353
println!(
54-
"cargo:warning=Bundling absurd_sqlite_extension from {}",
54+
"cargo:info=Copying absurd_sqlite_extension from {}",
5555
extension_path.display()
5656
);
5757
}

0 commit comments

Comments
 (0)