Skip to content

Commit

Permalink
fix(macos): fix notraytool's apple-id option name
Browse files Browse the repository at this point in the history
Port of tauri-apps/tauri#7934

Co-authored-by: Jason Tsai <[email protected]>
Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
  • Loading branch information
3 people committed Oct 18, 2023
1 parent 6d8c7dc commit 1529d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/codesign/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ impl NotarytoolCmdExt for Command {
password,
team_id,
} => {
self.arg("--username")
self.arg("--apple-id")
.arg(apple_id)
.arg("--password")
.arg(password);
Expand Down

0 comments on commit 1529d2c

Please sign in to comment.