Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Apr 18, 2024
1 parent 0a0a14d commit c149682
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/bin/renconstruct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ async fn build(
false,
&args,
true,
false,
None,
)?;
} else {
let args = vec![
Expand All @@ -386,6 +388,8 @@ async fn build(
false,
&args,
true,
false,
None,
)?;
}
}
Expand All @@ -408,6 +412,8 @@ async fn build(
false,
&args,
true,
false,
None,
)?;
}
}
Expand All @@ -434,6 +440,8 @@ async fn build(
false,
&args,
true,
false,
None,
)?;

fs::remove_dir_all(web_dir)?;
Expand Down Expand Up @@ -482,6 +490,8 @@ async fn build(
false,
&args,
true,
false,
None,
)?;
}

Expand Down

0 comments on commit c149682

Please sign in to comment.