We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4082d95 commit de78718Copy full SHA for de78718
1 file changed
standalone/src-tauri/build.rs
@@ -51,7 +51,7 @@ fn prepare_sqlite_extension() {
51
let dest = bin_dir.join("absurd-extension");
52
fs::copy(&extension_path, &dest).expect("copy SQLite extension into resources");
53
println!(
54
- "cargo:warning=Bundling absurd_sqlite_extension from {}",
+ "cargo:info=Copying absurd_sqlite_extension from {}",
55
extension_path.display()
56
);
57
}
0 commit comments