Skip to content

Commit 563efb2

Browse files
committed
fix: remove artefacts
1 parent 292b111 commit 563efb2

File tree

2 files changed

+1
-409
lines changed

2 files changed

+1
-409
lines changed

src-tauri/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828
.expect("Unable to generate bindings");
2929

3030
// Write the bindings to the $OUT_DIR/bindings.rs file.
31-
let out_path = PathBuf::from("./src/");
31+
let out_path = PathBuf::from("./src/chdb/");
3232
bindings
3333
.write_to_file(out_path.join("bindings.rs"))
3434
.expect("Couldn't write bindings!");

0 commit comments

Comments
 (0)