mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
This commit is contained in:
6
.changes/fix-notarytool-args-apple-id.md
Normal file
6
.changes/fix-notarytool-args-apple-id.md
Normal 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`.
|
||||
@@ -358,7 +358,7 @@ impl NotarytoolCmdExt for Command {
|
||||
team_id,
|
||||
} => {
|
||||
self
|
||||
.arg("--username")
|
||||
.arg("--apple-id")
|
||||
.arg(apple_id)
|
||||
.arg("--password")
|
||||
.arg(password);
|
||||
|
||||
Reference in New Issue
Block a user