fix(macos): fix notraytool's apple-id option name, close #7917 (#7934)

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
This commit is contained in:
Jason Tsai 2023-10-02 22:30:39 +08:00 committed by GitHub
parent 3671edbcff
commit d6eb46cf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -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`.

View File

@ -358,7 +358,7 @@ impl NotarytoolCmdExt for Command {
team_id,
} => {
self
.arg("--username")
.arg("--apple-id")
.arg(apple_id)
.arg("--password")
.arg(password);