Skip to content

Commit

Permalink
fix(macos): fix notraytool's apple-id option name, close #7917 (#7934)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
  • Loading branch information
pewsheen and lucasfernog committed Oct 2, 2023
1 parent 3671edb commit d6eb46c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/fix-notarytool-args-apple-id.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---

On macOS, fix the `apple-id` option name when using `notarytools submit`.
2 changes: 1 addition & 1 deletion tooling/bundler/src/bundle/macos/sign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ impl NotarytoolCmdExt for Command {
team_id,
} => {
self
.arg("--username")
.arg("--apple-id")
.arg(apple_id)
.arg("--password")
.arg(password);
Expand Down

0 comments on commit d6eb46c

Please sign in to comment.