Skip to content

Commit

Permalink
Update crates/tauri-bundler/src/bundle/settings.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Sep 15, 2024
1 parent ace441d commit 404a4a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/tauri-bundler/src/bundle/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,7 @@ impl Settings {
.target()
.split('-')
.nth(2)
.unwrap_or(std::env::consts::OS)
.replace("darwin", "macos");
.unwrap_or(std::env::consts::OS);

let path = self.project_out_directory.join(binary.name());

Expand Down

0 comments on commit 404a4a5

Please sign in to comment.