Skip to content

Commit

Permalink
fix ext
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Jan 5, 2025
1 parent 2e7e746 commit abc5aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn main() {
)
.expect("can't sign pbo");
let addon_sig = addon.with_extension(format!(
".pbo.pallas_{}.bisign",
"pbo.pallas_{}.bisign",
authority
.to_str()
.expect("can't convert dir name to string")
Expand Down

0 comments on commit abc5aa3

Please sign in to comment.