Skip to content

Commit

Permalink
Add folder creation to build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neotamandua committed Nov 23, 2024
1 parent 41e080e commit 373d784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fn main() {
std::fs::create_dir_all("../build").expect("Directory creation failed");
tauri_build::build()
}

0 comments on commit 373d784

Please sign in to comment.