Skip to content

Commit d6eb46c

Browse files
fix(macos): fix notraytool's apple-id option name, close #7917 (#7934)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
1 parent 3671edb commit d6eb46c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'tauri-cli': 'patch:bug'
3+
'@tauri-apps/cli': 'patch:bug'
4+
---
5+
6+
On macOS, fix the `apple-id` option name when using `notarytools submit`.

tooling/bundler/src/bundle/macos/sign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ impl NotarytoolCmdExt for Command {
358358
team_id,
359359
} => {
360360
self
361-
.arg("--username")
361+
.arg("--apple-id")
362362
.arg(apple_id)
363363
.arg("--password")
364364
.arg(password);

0 commit comments

Comments
 (0)