Skip to content

Commit

Permalink
Fix Windows build after variable rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Oct 2, 2024
1 parent 31744a0 commit 34328ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cmd/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl Args {

let current = bin_dir.join("current");

let src_bin = if is_past_cut_off {
let src_bin = if use_cargo_dist_artifact_names {
install_dir
.join(asset_name.replace(".tar.gz", ""))
.join("aiken.exe")
Expand Down

0 comments on commit 34328ea

Please sign in to comment.