Skip to content

Commit

Permalink
chore: remove blank jar(FabricMC/fabric-installer#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Feb 13, 2024
1 parent 1c3f84a commit 6ea3aa4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ async fn install_fabriclike(
if profile_jar_path.is_file() {
tokio::fs::remove_file(&profile_jar_path).await?;
}
// yes, actually
// we create an empty file
tokio::fs::write(&profile_jar_path, []).await?;
Ok(())
}

Expand Down

0 comments on commit 6ea3aa4

Please sign in to comment.